摘要: jquery获取radio的文本$("input[name='sex']:checked")[0].nextSibling.nodeValue; 获取radio的值$("[name='ejlx1']:checked").val() 附一个智能的设置选中方式 <input type="radio" i 阅读全文
posted @ 2021-09-08 10:26 kjadmin 阅读(252) 评论(0) 推荐(0)
摘要: easyui datagrid 设置显示、隐藏 <div class="easyui-layout" style="width: 1000px; height: 150px;overflow:visible;fit:true;border:false"> <div id="qg_div" data- 阅读全文
posted @ 2021-09-08 10:24 kjadmin 阅读(729) 评论(0) 推荐(0)