Quote Originally Posted by DivaVocals View Post
I agree with the fallback code.. it's a BIG problem with sooooo many modules and templates using jQuery and shopowners unwittingly having MULTIPLE versions of jQuery running in their shops.. (which was the inspiration for my contribution)

Couldn't backwards compatibility be mitigated with the jQuery Migrate script??
Code:
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>

Have you ever suggested that ZC roll a latest jQuery call into the ZC default template?

Hmm, I've never come across this before. Sounds interesting but would not have worked for this since it only supports jQuery 1.6.4 and later.
Going forward it could be good though.