摘要: Jquery.fn.extend({ method1:function(){...},method2:function(){...}});$.fn.extend({ method1:function(){...},method2:function(){...}});$.fn.method1=function(){...} $.fn.method2=function(){...} 以上皆表示同一个意... 阅读全文
posted @ 2009-04-16 16:26 leoH 阅读(491) 评论(0) 推荐(0)