Skip to content

Instantly share code, notes, and snippets.

@fomigo
Last active April 25, 2016 15:10
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 fomigo/5c1412d20f4f7219c68c7fff8a0a6ebe to your computer and use it in GitHub Desktop.
Save fomigo/5c1412d20f4f7219c68c7fff8a0a6ebe to your computer and use it in GitHub Desktop.
jQuery in WordPress
(function( $ ) {
'use strict';
$(function() {
alert( 'JavaScript Loaded!' );
});
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment