I recently got an error message relating to curCSS; after searching a bit, I see that this is now deprecated in jquery and I should upgrade jqueryUI. Unfortunately, I have somewhat of a patchwork version that includes different versions of some modules (like the effects core) that only work with certain plug-ins I'm using. It took me awhile to finally get it all working together and I hesitate to do a blanket UI upgrade.
My question is whether it would work to simply find/replace every instance of 'curCSS' with 'css' in my jQuery and jQueryUI files, or is there more to it than that?