Return to Snippet

Revision: 35702
at November 12, 2010 03:53 by cviolette


Initial Code
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict(); // Reverts '$' variable back to other JS libraries
jQuery(document).ready(function($) {
	
});
</script>

Initial URL


Initial Description
Code to add Google-hosted jQuery to site. Includes noConflict to avoid conflicts with other libraries.

Initial Title
Google Hosted jQuery

Initial Tags
jquery

Initial Language
jQuery