Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Created February 24, 2014 09:02
Show Gist options
  • Select an option

  • Save matt-bailey/9184202 to your computer and use it in GitHub Desktop.

Select an option

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