随笔分类 -  jquery

摘要:jquery 移除元素某个样式:$("#").css("width",""); 移除元素所有样式:$("#").removeAttr("style",""); 查找子元素:1.$("#searchh>span") id为searchh下的span元素 2.$("#searchh").find('in 阅读全文
posted @ 2021-09-11 11:15 怂货` 阅读(34) 评论(0) 推荐(0)
摘要:onBeforeSave:beforesave, function beforesave(index) { var mc = $('#menulist').treegrid('getEditors', index)[0].target.val(); var fwq = $('#menulist'). 阅读全文
posted @ 2020-07-23 17:54 怂货` 阅读(1199) 评论(0) 推荐(0)
摘要:$("#flexiDialog").prev().find("a.panel-tool-close").bind("click", function () { alert("123"); }); Dialog 上方的X 阅读全文
posted @ 2020-07-02 11:15 怂货` 阅读(197) 评论(0) 推荐(0)
摘要:{ field: 'SNAME', title: '服务区名称', width: 140, align: 'center', editor: { type: 'combobox', options: { config: { model: 'text', ipport: defaultConfig.r 阅读全文
posted @ 2020-07-01 10:28 怂货` 阅读(303) 评论(0) 推荐(0)
摘要:1.创建标签 var customTemp1 = '<a onclick="$1" id="$4" group="temp_custom" title="$2" href="javascript:void(0);" class="edatagridDetail l-btn l-btn-small l 阅读全文
posted @ 2020-05-23 10:11 怂货` 阅读(487) 评论(0) 推荐(0)