Friday, April 1, 2011

JQuery Script Problems

If you use one of my several widgets or scripts that use JQuery, you may have noticed some performance issues this morning. Apparently, while I've been working on a new article and exercising the script include I use from the jquery site was changed. After some investigating my own performance degradation I've come up with a solution to the problem.

The JQuery publisher has permanently moved the source code to a new location. If you open up any of the scripts I've posted or instructions, you'll find a line similar this:
<script src='http://jquery.com/src/jquery-latest.js'/>

That single line must have it's source changed to this new path:
http://code.jquery.com/jquery-latest.js
Update your scripts to reflect the change and you should be good to go. It looks like I'll be spending this afternoon updating several scripts and posts to reflect this. Sorry for the inconvenience, but it was beyond my control. I suppose I'll have to look for a more controlled solution in the future.
1 Comments
Comments

1 comments :

Srout said...

Oh shoot, that was a nasty thing for them to do! Thanks for the heads up!

Post a Comment