Skip to content

Instantly share code, notes, and snippets.

@jruck
Last active December 24, 2015 05:09
Show Gist options
  • Save jruck/6748365 to your computer and use it in GitHub Desktop.
Save jruck/6748365 to your computer and use it in GitHub Desktop.
jQuery: Change class on load
jQuery(window).load(function(){
$('#frame').addClass("ready").removeClass("loading");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment