Skip to content

Instantly share code, notes, and snippets.

@lupomontero
Last active October 2, 2015 12:48
Show Gist options
  • Save lupomontero/2245608 to your computer and use it in GitHub Desktop.
Save lupomontero/2245608 to your computer and use it in GitHub Desktop.
(function ($) {
var a = 'just-a-classname';
$.fn.myPlugin = function () {
$(this).addClass(a);
};
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment