當創建一個jQuery插件時,應該在$.fn
函數中返回什麼?是return this
還是return $(this)
?一些網站我來搜索使用前者時過,而其他網站使用後者:
return $(this)
: http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx(刀頭10)return this
: http://devheart.org/articles/tutorial-creating-a-jquery-plugin/
什麼差異,什麼是首選?
是的,這是我也想過。感謝您的確認。 – pimvdb 2011-03-26 19:00:20