jQuery 1.9.1 Released – How to Migrate to new Version

jquery-best-of-plugins-for-free-premium-download

jQuery 1.9.1 is available for download. This update bring new features and some bug fixes. Check out how to update and let us know you favorite plugin.

How to Use jQuery?

To use jQuery is very simply. All you have to do is include the jquery.min.js file in you head tag.
If you are running old jQuery code, you must include also the migrate script.


<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script><script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.1.0.min.js"></script>

What’s New in jQuery 1.9.x?

Traces by default.
A “Logging is active” message
Invalid JSON.
HTML strings with leading whitespace.
Inappropriate warnings.

Alternative CDN:
Google CDN, visit Google’s CDN page
Microsoft CDN, visit Microsoft’s CDN Page
View Source Code

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *