Skip to content

Instantly share code, notes, and snippets.

@avireni
Created April 12, 2012 17:58
Show Gist options
  • Save avireni/2369668 to your computer and use it in GitHub Desktop.
Save avireni/2369668 to your computer and use it in GitHub Desktop.
Document ready
$(document).ready(function() {
});
$(function(){
});
jQuery.noConflict(); // Reverts '$' variable back to other JS libraries to avoid namespace difficulties
jQuery(document).ready( function() {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment