JQuery reference address {including the address provided by jquery and google}, saving unnecessary traffic
You can use this code to read the code file of the latest jQuery version.
Jquery official reference address:
Example:
| 1 |
<script src="http://code.jquery.com/jquery-latest.js"></script> |
Valid address:
| 12 |
http://code.jquery.com/jquery-1.4.1.min.jshttp://code.jquery.com/jquery-1.4.1.js |
Where: 1.4.1 is the version information
Latest: indicates the latest
Google reference address:
You can use the following code to call the same latest version of jQuery from ajax.googleapis.com:
Example:
| 1 |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"type="text/javascript"></script> |
Valid address:
| 12 |
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.jshttp://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js |
Where: 1.4.2 is the version information
You can use this code to read the code file of the latest jQuery version.
Jquery official reference address:
Example:
| 1 |
<script src="http://code.jquery.com/jquery-latest.js"></script> |
Valid address:
| 12 |
http://code.jquery.com/jquery-1.4.1.min.jshttp://code.jquery.com/jquery-1.4.1.js |
Where: 1.4.1 is the version information
Latest: indicates the latest
Google reference address:
You can use the following code to call the same latest version of jQuery from ajax.googleapis.com:
Example:
| 1 |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"type="text/javascript"></script> |
Valid address:
| 12 |
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.jshttp://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js |
Where: 1.4.2 is the version information