上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 62 下一页
摘要: 外部插件: $.fn.tinytip = function(text, customOptions) { debugger; if (text && typeof text === 'object'){ customOptions = text;... 阅读全文
posted @ 2015-05-21 23:08 172257861 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 外部插件: $.fn.tinytip = function(text, customOptions) { debugger; if (text && typeof text === 'object'){ customOptions = text;... 阅读全文
posted @ 2015-05-21 23:08 172257861 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 外部插件: $.fn.tinytip = function(text, customOptions) { debugger; if (text && typeof text === 'object'){ customOptions = text;... 阅读全文
posted @ 2015-05-21 23:08 172257861 阅读(103) 评论(0) 推荐(0) 编辑
摘要: //简单的 test.js ;(function($){ $.fn.getData=function(options){ return this.append(options); } })(jQuery); test.html Insert title here //来个复杂点的... 阅读全文
posted @ 2015-05-18 21:55 172257861 阅读(108) 评论(0) 推荐(0) 编辑
摘要: //简单的 test.js ;(function($){ $.fn.getData=function(options){ return this.append(options); } })(jQuery); test.html Insert title here //来个复杂点的... 阅读全文
posted @ 2015-05-18 21:55 172257861 阅读(123) 评论(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 阅读(93) 评论(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 阅读(89) 评论(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 阅读(87) 评论(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 阅读(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 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 62 下一页