jquery 插件 前端
iteye_20503
这个作者很懒,什么都没留下…
展开
-
jQuery Plugin — jquery template
[code="js"] jQuery Plugin:${} Template Tag Demo 1: ${title}:${content} var demo1 = [ {title:'jQuery-template: ',content:'静态网页也可以使用模板!'}, {title:'jquery-tmpl: ...原创 2011-11-04 22:01:15 · 133 阅读 · 0 评论 -
jquery 插件
以下代码效果是一样的 [code="js"](function($){ // 1 $.fn.extend({ theme: function(){ //code } }); // 2 $.fn.theme = function(){ //code } })(jQuery);[/code]原创 2011-11-30 15:11:21 · 79 阅读 · 0 评论