Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Last active August 29, 2015 14:10
Show Gist options
  • Save erezLieberman/b6981394d5b01d5e5154 to your computer and use it in GitHub Desktop.
Save erezLieberman/b6981394d5b01d5e5154 to your computer and use it in GitHub Desktop.
theme.js
(function($) {
$(document).ready(function(){
alert("wow it's work!!!");
//end of document).ready function
});
$( window ).load( function(){
//end of window.load function
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment