easyui 中datagrid 点击行的事件

 $('#datagrid 的ID').datagrid({
                onClickRow:function(index,data)
                {
                    $("#devicename").val("");
                    $("#devicecode").val("");
                    $("#resultrange").val("");
                }
            })

posted on 2016-11-27 23:54  连一粝  阅读(377)  评论(0编辑  收藏  举报

导航