照恩

  1. 设计草案

随笔分类 -  JAVAscript

摘要:EnPlaceholder插件支持密码框哦!实际对比同类的placeholder插件在ie等浏览器下效果做好!插件效果预览:http://www.wufangbo.com/demo/jquery/30/index.htmlEnPlaceholder的使用方法//通过value模拟placeholde... 阅读全文
posted @ 2015-10-26 17:33 Jweb2 阅读(339) 评论(0) 推荐(0) 编辑
摘要:因为手机网页中图片大多数使用百分比显示所以USEMAP的坐标错位http://files.cnblogs.com/files/jweb/jquery.rwdImageMaps.min.js 阅读全文
posted @ 2015-07-31 13:13 Jweb2 阅读(487) 评论(0) 推荐(1) 编辑
摘要:语法解释:$("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#select_id").find("option:selected").text(); //获取Select选... 阅读全文
posted @ 2015-07-01 22:54 Jweb2 阅读(241) 评论(0) 推荐(0) 编辑
摘要:[예제 1, 정규패턴식 사용]var num = 3223.98765;alert( num.toString().match(/^.*\.\d{2}/) || num );[예제 2, toPrecision과 indexOf 사용]var num = 3223.98765;alert( num... 阅读全文
posted @ 2015-07-01 11:25 Jweb2 阅读(246) 评论(0) 推荐(0) 编辑
摘要:join()배열의 모든 원소를 문자열로 변환후 구분자로 이어 붙여서 반환.(구분자 기본값으로는 콤마(,)가 사용됨)var arr = new Array(1, 2, 3);var str = arr.join();str : "1,2,3"String.split()Array.joi... 阅读全文
posted @ 2015-06-30 19:56 Jweb2 阅读(269) 评论(0) 推荐(0) 编辑
摘要:1 add jQuery and plug in to the page2 add this class to the wrapper of the image that you want make in Black and White3 set the wrapper in this way fr... 阅读全文
posted @ 2015-06-30 17:38 Jweb2 阅读(186) 评论(0) 推荐(0) 编辑
摘要:1.用eval,例子:2.方法1占内存,建议用数组代替View Code 阅读全文
posted @ 2015-06-30 11:54 Jweb2 阅读(5590) 评论(0) 推荐(0) 编辑