<table cellpadding='5' cellspacing='5'> <tr><td></td> <%--第1行--%> <td> 类别 </td> <td width="5px"></td> <td style="width:100px"><input type="text" id="Text11" style="height:20px;"/></td> <td> 弹出 </td> <td width="5px"></td> <td style="width:140px"><input type="text" id="Text12" style="height:20px;"/></td> <td><a href="javascript:void(0)" class="l-button" style="width:80px" onclick='cx_1()'>查询</a> </td> </tr> </table>
$(function () {
$("#querytype").ligerComboBox({ width:80,treeLeafOnly: true, tree: { url: "../handle/sele.ashx?ajaxaction=Get&name=2", checkbox: false }, valueFieldID: "querytype1" }); //【选择框】
$("#queryname").ligerTextBox({ width: 120 }); //【LigerUi文本框】
$("#querylocation").ligerComboBox({width:80, valueFieldID: "querylocation1", onBeforeOpen: f_selectFromPlace1 }); //【弹出框】
$("#enddate1").ligerDateEditor({width:80, format: 'yyyy-MM-dd' });
})
$("#enddate1").ligerDateEditor({width:80, format: 'yyyy-MM-dd' });