09 2012 档案

摘要:JavaScript 秘密花园plenruzhtresjakofi#topHide Menu简介关于作者贡献者许可对象对象使用和属性原型hasOwnProperty 函数for in 循环函数函数声明与表达式this 的工作原理闭包和引用arguments 对象构造函数作用域与命名空间数组数组遍历与属性Array 构造函数类型相等与比较typeof 操作符instanceof 操作符类型转换核心为什么不要使用 evalundefined 和 null自动分号插入其它setTimeout 和 setIntervalprev section其它next sectionsetTimeout 和 s. 阅读全文
posted @ 2012-09-09 23:35 水之原 阅读(1774) 评论(0) 推荐(1) 编辑
摘要:base.cssbody { color:#333; font-family:meiryo, Arial, Helvetica, sans-serif; font-size:12px; height:100%; margin:0 auto; padding:0; width:100%;}html,body,div,dl,dt,dd,ul,ol,li,th,td { margin:0; padding:0;}img,body,html { border:0;}address,caption,cite,code,dfn,em,strong... 阅读全文
posted @ 2012-09-09 10:47 水之原 阅读(3288) 评论(3) 推荐(1) 编辑
摘要:JQuery获取和设置Select选项方法汇总如下:获取select先看看下面代码:$("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Textvar checkValue=$("#select_id").val(); //获取Select选择的Valuevar checkInd 阅读全文
posted @ 2012-09-06 22:50 水之原 阅读(9132) 评论(0) 推荐(3) 编辑

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