29 June 2011

How to be sure that you always use lastet version of jQuery?

This is solution only for bunch of daredevils  who doesn't care about stability and belive in "No risk,No fun" solutions.

!! For stability, safely and performance reasons is better to use local stored jquery framework !!

If you want be sure that you always import lastest version of jquery, then you should import this from jQuery website using this script (in head section):
<script src="http://code.jquery.com/jquery-latest.js"></script>

No comments:

Post a Comment