Skip to content

Instantly share code, notes, and snippets.

@otakupahp
Last active July 19, 2021 18:26
Show Gist options
  • Save otakupahp/4360266e0ff8cf06dd11054349085591 to your computer and use it in GitHub Desktop.
Save otakupahp/4360266e0ff8cf06dd11054349085591 to your computer and use it in GitHub Desktop.
JQuery on ready
(function( $ ) {
'use strict';
// DOM ready
$(function() {
});
// Window loaded
$(window).on("load",function(){
});
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment