/ Published in: jQuery
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(function($){ $.fn.pluginName = function(options) { var defaults = { }; var options = $.extend(defaults, options); return this.each(function() { }); }; })(jQuery);
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)