[jquery] 自訂外掛
本篇教學教您如何建立自己的JQuery plugin
1.
宣告自訂plugin
(function($) {
//city為自訂plugin名稱$.fn.city = function(objectData) {
//do something};
})(jQuery);
2.
SAMPLE
範例 1: http://jsbin.com/kubafime/5/
範例 2:http://plnkr.co/edit/dTmk2GPex2f6ImWPnnxi?p=preview
有問題再留言問我吧XDDD
範例 1: http://jsbin.com/kubafime/5/
範例 2:http://plnkr.co/edit/dTmk2GPex2f6ImWPnnxi?p=preview
有問題再留言問我吧XDDD