This is just a simple question I have. I'm most interested in seeing what others are doing to use the latest version of jQuery in themes.
The reason for this is that some of the best jQuery plugins I use require much later versions of jQuery than what Drupal comes with.
I have tried the update jquery module but it is not as good for Drupal 6 sites.
Is there another way outside of adding your own version of jQuery. Then once you have it finding and replacing jQuery with something like myQuery and sticking myQuery.noConflict() at the end? And then once this is done rewriting plugins to work with myQuery?