http://bililite.com/blog/extending-jquery-ui-widgets/ 가령 jquery ui button 에 함수를 추가하려면 $.extend( $.ui.button.prototype, { ajax_wait: function() {}, ajax_complete: function(){} }); 라고 한 후, 다른 함수처럼 $().button(ajax_wait) 같이 사용할 수 있다.
http://bililite.com/blog/extending-jquery-ui-widgets/ 가령 jquery ui button 에 함수를 추가하려면 $.extend( $.ui.button.prototype, { ajax_wait: function() {}, ajax_complete: function(){} }); 라고 한 후, 다른 함수처럼 $().button(ajax_wait) 같이 사용할 수 있다.