当前位置: 代码迷 >> HTML/CSS >> easyui 怎么控制点击按钮才加载 速给分
  详细解决方案

easyui 怎么控制点击按钮才加载 速给分

热度:925   发布时间:2013-12-05 22:27:44.0
easyui 如何控制点击按钮才加载 在线等 速给分
一开始点击链接不加载数据  按下查询按钮才去加载 这要什么实现
附加代码
<table id="gridTable" class="easyui-datagrid"  data-options="rownumbers:true,
                                                                 striped:true,
                                                                 singleSelect:true,
                                                                 nowrap:true,
                                                                 collapsible:false,
                                                                 pagination:true,
                                                                 fitColumns:true,
                                                                 singleSelect:true,
                                                                 border:true,
                                                                 pageList: [30,50,80,100],
                                                                 @*url:'newgetResList',*@
                                                                 
                                                                 toolbar:'#gridTb',
                                                                 fit:true"> 
        <thead>
            <tr>
               <th data-options="field:'Id',width:50,align:'center'">号码</th>
               <th data-options="field:'PlayName',width:100,align:'center'">姓名</th>
$("#searchBtn").click(function () { 
  相关解决方案