/ Published in: jQuery
Expand |
Embed | Plain Text
(function($){ $.fn.extend({ helloWorld : function(options) { // Plugin options var options = $.extend({ foo: 'hello ' }, options); return this; }//, }); })(jQuery);
You need to login to post a comment.
