/ Published in: jQuery
URL: http://www.sitepoint.com/books/jquery1/
Expand |
Embed | Plain Text
(function($) { // Shell for your plugin code $.fn.yourNameHere= function() { // Plugin code } })(jQuery);
You need to login to post a comment.
