You want want to try Google's AJAX library which hosts the various JavaScript effects library (JQuery, Prototype, YUI, Mootools) for you:
http://code.google.com/apis/ajaxlibs/ Hope this helps! On Mar 22, 12:31 am, Microbe <geeky....@gmail.com> wrote: > Hey everyone, > > I use jquery on a number of sites (all on the same server). > > What is the best way to keep jquery scripts up to date across them all > without having to change code all over the place. > > I was thinking of using one of my domains as a host, putting > generically named files there e.g. jquery.js for the core, and then > point each page needing jquery on any site to mydomain/js/jquery.js so > that I only have to update the single file when the time comes. > > It seems like a reasonable idea...let's hear from devil's advocates or > those who have better suggestions. > > Thanks in advance.