上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 69 下一页
摘要: $select="SELECT {$col_name} FROM woke_order where deleted=0 ".$where.$orderby ; // 取出数组 $rows=array(); $result=$db->query($select); while($row=$db->fe 阅读全文
posted @ 2018-01-27 21:29 海乐学习 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1、<span id="span_id">span的文本</span>的取值。 js取<span>的值并不是用document.getElementById('span_noticesg').value,而是document.getElementById('span_id').innerText。j 阅读全文
posted @ 2018-01-26 17:30 海乐学习 阅读(7823) 评论(0) 推荐(0) 编辑
摘要: $('#grid_Order').datagrid({ onCheck: function(index, data) { //alert(data[0]); //alert(index ); $("#ChangeCore_order_id").html(data[0]);//赋值 赋安装工单id 换 阅读全文
posted @ 2018-01-25 17:02 海乐学习 阅读(5346) 评论(0) 推荐(0) 编辑
摘要: //必须指定 id 和 text $('#contact_city').combobox({ valueField:'id', textField:'text', }); 阅读全文
posted @ 2017-12-26 18:24 海乐学习 阅读(1430) 评论(0) 推荐(0) 编辑
摘要: reload 方法 loadData 方法 阅读全文
posted @ 2017-12-26 18:22 海乐学习 阅读(20885) 评论(0) 推荐(0) 编辑
摘要: (1)用expression 鼠标滑过变色: 第1行第1列 第2行第2列 第3行第3列 第4行第4列 第5行第5列 ---------------------------- 简单的隔行变色: 第1行第1列 第2行第2列 第3行第3列 第4行第4列 第5行第5列 ------------------------------- 每个单元格变色: 第1行第1列 第... 阅读全文
posted @ 2017-08-24 15:57 海乐学习 阅读(3097) 评论(0) 推荐(0) 编辑
摘要: <a id="butTransagt" href="#" class="easyui-linkbutton" icon="icon-zj" title="电话转接" onclick="butTransagt_Click();">转接</a> //赋值 $('#butTransagt').linkbu 阅读全文
posted @ 2017-06-26 12:51 海乐学习 阅读(2919) 评论(0) 推荐(0) 编辑
摘要: jquery获得select option的值 和对select option的操作 jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("opti... 阅读全文
posted @ 2017-06-16 15:56 海乐学习 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 输入框 textbox $("#xx").textbox('setValue','value'); //设置输入框的值 $('#xx').textbox('textbox').attr('readonly',true); //设置输入框为禁用 下拉框相关 combobox $("#xx").comb 阅读全文
posted @ 2017-06-08 15:29 海乐学习 阅读(25777) 评论(0) 推荐(0) 编辑
摘要: Html <select name='contact_sex' id='contact_sex' class="easyui-combobox"style="height:28px;width:160px;" editable=false > <{$contact_sex}><{$option_co 阅读全文
posted @ 2017-06-08 15:12 海乐学习 阅读(9863) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 69 下一页