4
A
回答
7
也許你可以閱讀有關的jQuery插件開發最好的資源是插件開發模式由learningjquery.com:
http://www.learningjquery.com/2007/10/a-plugin-development-pattern
當然也不能傷害看看官方的jQuery Plugin Development Guide及其equivalent from jQuery UI。
並給你一個(非常)小洞察力......如果你對jQuery並不是全新的話,那麼插件的開發是非常容易的。基本上,這很簡單,只要
$.fn.myPlugin = function() {
// Plugin Action goes here
};
,然後可以在已知的方式來使用:
$(someSelector).myPlugin();
0
我建議從這裏開始:http://jqueryui.com/docs/Developer_Guide 或者,如果你想有一個完整的教程,試試這個頁面:http://bililite.com/blog/understanding-jquery-ui-widgets-a-tutorial/
0
這是NETTUTS
http://net.tutsplus.com/articles/news/learn-how-to-create-a-jquery-plugin/一個體面的截屏視頻教程。你也可以做一個簡單的搜索谷歌
的會轉起來等等。
可以在jQuery教程頁面找到更多鏈接。
相關問題
- 1. 什麼是一個jQuery插件,這樣
- 2. 什麼是www.about.me使用的jquery插件?
- 3. 什麼是添加一個jQuery插件
- 4. 什麼是最好的jQuery插件clockpick?
- 5. 什麼是使用jquery lightbox的好wordpress插件插件?
- 6. 什麼是jQuery?
- 7. jQuery Spin插件什麼都不做
- 8. 這裏使用了什麼JQuery插件?
- 9. 爲什麼simplyScroll jquery插件閃爍?
- 10. 什麼是jquery插件中的綁定事件?
- 11. 什麼是jQuery的
- 12. 什麼是jQuery的
- 13. 是什麼$和jQuery
- 14. 什麼是與jQuery
- 15. 什麼是jQuery valHooks?
- 16. 是什麼jQuery中
- 17. 什麼是(function($){...})(jQuery)?
- 18. 使用jquery .submit()和jQuery表單插件有什麼區別?
- 19. 爲什麼jquery .change()不工作與jquery插件jquery.selectbox-0.6.1.js?
- 20. 有什麼不對我的jQuery插件,不能在jQuery的1.5.0
- 21. 什麼是最好的表單元素樣式庫/插件(jQuery)?
- 22. 什麼是處理HTML5位置的最佳JQuery插件?
- 23. 什麼是最輕的燈箱jQuery插件?
- 24. 在jQuery插件中傳遞params是什麼意思?
- 25. 這是什麼註釋jQuery的驗證插件線86
- 26. 什麼是JQuery插件,將<select>下降到fancier的?
- 27. 什麼是適當的jQuery插件的做法?
- 28. 什麼是一個好的jQuery/Ajax的燈箱插件?
- 29. 組織JQuery和其他插件的正確方法是什麼?
- 30. 什麼是最好的jQuery調試插件?