摘要: I've been developing jQuery plugins for quite a while now, and I've become rather comfortable with a particular style of plugin development for my scripts. This article is meant to share the pattern t... 阅读全文
posted @ 2008-10-08 13:01 herobeast 阅读(322) 评论(0) 推荐(0)
摘要: 插件1: jquery.plugindemo1.js ================================================= jQuery.Demo1 = function(param) { alert('This is a test. This is only a test.'+param); }; ======================... 阅读全文
posted @ 2008-10-08 12:52 herobeast 阅读(327) 评论(0) 推荐(0)