上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 68 下一页
摘要: &action=Ajax_GridView_Select&assigned_user_id=' title='列表' iconCls='icon-table' pagination='true' rownumbers='true' toolbar='#toolbar' fitColumns='false' singleSelect='fal... 阅读全文
posted @ 2018-02-09 13:08 海乐学习 阅读(18890) 评论(0) 推荐(0) 编辑
摘要: Smarty标签运算: 在页面上做简单的运算[temp5.html] 条件判断if 循环结构 for foreach用得比较多,foreach例子从数据库取出的数据 section功能和foreach类似,没foreach好理解 不推荐用 while temp5.html 阅读全文
posted @ 2018-01-27 21:56 海乐学习 阅读(582) 评论(0) 推荐(0) 编辑
摘要: $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 海乐学习 阅读(7812) 评论(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 海乐学习 阅读(1428) 评论(0) 推荐(0) 编辑
摘要: reload 方法 loadData 方法 阅读全文
posted @ 2017-12-26 18:22 海乐学习 阅读(20861) 评论(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 海乐学习 阅读(3088) 评论(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 海乐学习 阅读(2912) 评论(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 海乐学习 阅读(1478) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 68 下一页