Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Created February 24, 2014 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-bailey/9184202 to your computer and use it in GitHub Desktop.
Save matt-bailey/9184202 to your computer and use it in GitHub Desktop.
(function($) {
$.fn.helloWorld = function() {
this.each( function() {
$(this).text("Hello, World!");
});
}
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment