从文档中:
(function( $ ){ $.fn.myfunction = function() { alert('hello world'); return this; }; })( jQuery );那你做
$('#my_div').myfunction();
从文档中:
(function( $ ){ $.fn.myfunction = function() { alert('hello world'); return this; }; })( jQuery );那你做
$('#my_div').myfunction();