Skip to content

Instantly share code, notes, and snippets.

@jinkrish
Last active June 9, 2016 04:57
Show Gist options
  • Save jinkrish/8e40c5377b56f532a3e840c21d799b8d to your computer and use it in GitHub Desktop.
Save jinkrish/8e40c5377b56f532a3e840c21d799b8d to your computer and use it in GitHub Desktop.
(function($){
$.fn.plugin = function(options){ }
})(jQuery);
/**
Usage: $("#selector").plugin(options);
**/
(function($){
$.plugin = function(options){ }
})(jQuery);
/**
Usage: $.plugin(options);
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment