When I started my site, 1.4.2 was the latest version of jQuery. I link to it directly to google using
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
in my headers. I figure I need to update to the latest version if anything for the bug fixes. I know I can just change the version number to 1.5.2 in my url up there but is there any reason I wouldn’t want to? I’ve never updated so I don’t know if there would be any issues with my current code.
I’m going to run a few tests and try it to see if anything breaks but I wanted to ask here and see if anyone had any first hand experiences doing this.
Thank you
From 1.4.2 to 1.5.2 you shouldn’t have any problems. Nothing seems to be removed:
http://api.jquery.com/category/version/1.5/