06 2017 档案

摘要:<a id="butTransagt" href="#" class="easyui-linkbutton" icon="icon-zj" title="电话转接" onclick="butTransagt_Click();">转接</a> //赋值 $('#butTransagt').linkbu 阅读全文
posted @ 2017-06-26 12:51 海乐学习 阅读(2920) 评论(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 海乐学习 阅读(25779) 评论(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 海乐学习 阅读(9865) 评论(0) 推荐(0) 编辑
摘要:easyui linkbutton按钮: 不可用(置灰) $('#butFree').linkbutton('disable'); 可用(取消置灰) $('#butFree').linkbutton('enable'); 阅读全文
posted @ 2017-06-07 15:10 海乐学习 阅读(5732) 评论(0) 推荐(0) 编辑
摘要:chrome对js和图片的缓存,导致调试的程序不是最新的,有时F5刷新了都没用。 此时应: Ctrl+F5 或 Shift+F5 重新载入当前网页,忽略缓存的内容。 阅读全文
posted @ 2017-06-07 10:27 海乐学习 阅读(947) 评论(0) 推荐(0) 编辑
摘要:默认情况下应该是在屏幕居中显示的。但是有的时候没有居中只要重新纠正下就可以了 阅读全文
posted @ 2017-06-01 15:39 海乐学习 阅读(7283) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示