摘要: /*! * jQuery lightweight plugin boilerplate * Original author: @ajpiano * Further changes, comments: @addyosmani * Licensed under the MIT license */... 阅读全文
posted @ 2015-05-17 23:26 172257861 阅读(91) 评论(0) 推荐(0)
摘要: /*! * jQuery lightweight plugin boilerplate * Original author: @ajpiano * Further changes, comments: @addyosmani * Licensed under the MIT license */... 阅读全文
posted @ 2015-05-17 23:26 172257861 阅读(97) 评论(0) 推荐(0)
摘要: /*! * jQuery lightweight plugin boilerplate * Original author: @ajpiano * Further changes, comments: @addyosmani * Licensed under the MIT license */... 阅读全文
posted @ 2015-05-17 23:26 172257861 阅读(94) 评论(0) 推荐(0)
摘要: var x = 42; console.log( x ); var message = (function( x ){ return function() { console.log( "x is " + x ); }})( x ); message();x = 12; console... 阅读全文
posted @ 2015-05-17 17:55 172257861 阅读(99) 评论(0) 推荐(0)
摘要: var x = 42; console.log( x ); var message = (function( x ){ return function() { console.log( "x is " + x ); }})( x ); message();x = 12; console... 阅读全文
posted @ 2015-05-17 17:55 172257861 阅读(133) 评论(0) 推荐(0)
摘要: var x = 42; console.log( x ); var message = (function( x ){ return function() { console.log( "x is " + x ); }})( x ); message();x = 12; console... 阅读全文
posted @ 2015-05-17 17:55 172257861 阅读(116) 评论(0) 推荐(0)
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(115) 评论(0) 推荐(0)
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(96) 评论(0) 推荐(0)
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(140) 评论(0) 推荐(0)
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(140) 评论(0) 推荐(0)
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(115) 评论(0) 推荐(0)
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(262) 评论(0) 推荐(0)