Created
January 17, 2013 07:30
-
-
Save Barneybook/4554321 to your computer and use it in GitHub Desktop.
Use jQuery 1.9 and 2.0 code
http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if lt IE 9]> | |
<script src="jquery-1.9.0.js"></script> | |
<![endif]--> | |
<!--[if gte IE 9]><!--> | |
<script src="jquery-2.0.0.js"></script> | |
<!--[endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment