上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页
摘要: http://www.68idc.cn/help/makewebs/javascript/20141214142024.html 这篇文章主要介绍了Javascript数组与字典用法,以实例形式较为详细的分析了Array作为数组与字典的不同用法,具有一定的参考借鉴价值,需要的朋友可以参考下 这篇文章 阅读全文
posted @ 2016-07-13 15:51 人生为卒 阅读(4969) 评论(0) 推荐(0) 编辑
摘要: ① document.getElementById("id").getElementsByTagName("input"); 获取ID=‘id’控件所包含的所有标签为‘input’的子控件集合 ② eval(document.getElementById("id")).value 获取ID='id‘ 阅读全文
posted @ 2016-07-12 11:36 人生为卒 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: ① sql执行语句结构 阅读全文
posted @ 2016-07-11 11:58 人生为卒 阅读(2422) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/long_carol/article/details/7356897 方法2 http://www.cnblogs.com/wequst/archive/2010/02/02/1661709.html 阅读全文
posted @ 2016-07-05 15:47 人生为卒 阅读(3726) 评论(0) 推荐(0) 编辑
摘要: ① 获取下拉框文本 方法1 : var obj=document.getElementById('select_template'); var text=obj.options[obj.selectedIndex].text;//获取文本 方法2: var obj=document.getEleme 阅读全文
posted @ 2016-07-04 17:09 人生为卒 阅读(3393) 评论(0) 推荐(0) 编辑
摘要: 转载 : http://www.jb51.net/web/96169.html 阅读全文
posted @ 2016-06-29 16:41 人生为卒 阅读(130) 评论(0) 推荐(0) 编辑
摘要: /// /// 邮件发送 /// /// 用于 SMTP 事务的主机的名称或 IP 地址 private void SendMail(string server = "smtp.qq.com") { try { /... 阅读全文
posted @ 2016-06-29 15:56 人生为卒 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.jb51.net/article/35086.htm display版本:CSS1/CSS2 兼容性:IE4+ NS4+ 继承性:无 语法: display : block | none | inline | compact | marker | inline-table 阅读全文
posted @ 2016-06-29 11:27 人生为卒 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: jquery获取select选择的文本与值获取select :获取select 选中的 text : $("#ddlregtype").find("option:selected").text();获取select选中的 value: $("#ddlregtype ").val();获取select 阅读全文
posted @ 2016-06-24 11:02 人生为卒 阅读(534) 评论(0) 推荐(0) 编辑
摘要: $("#userdlg_useraccount").textbox('resize','140px');//设置宽度 $("#userdlg_useraccount").textbox('readonly',false);//设置可读 $("#userdlg_useraccount").textbo 阅读全文
posted @ 2016-06-16 17:38 人生为卒 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页