Skip to content

Instantly share code, notes, and snippets.

@hcwiley
Created April 29, 2012 15:16
Show Gist options
  • Save hcwiley/2551118 to your computer and use it in GitHub Desktop.
Save hcwiley/2551118 to your computer and use it in GitHub Desktop.
jQuery init and resize setup
jQuery.event.add(window, 'resize', resize);
jQuery.event.add(window, 'load', init);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment