Skip to content

Instantly share code, notes, and snippets.

@slaskis
Created April 13, 2011 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaskis/917234 to your computer and use it in GitHub Desktop.
Save slaskis/917234 to your computer and use it in GitHub Desktop.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script>var jq13 = jQuery.noConflict()</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script>var jq152 = jQuery.noConflict()</script>
<script>
jq152(function($){
// Using 1.5.2
})
jq13(function($){
// Using 1.3
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment