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.