I did look into it. I even 'fixed it'. The problem though is that it is designed for a multitude of uses and you're only using one thing. The same thing apparently with Prototype. It's absurd to use so much code for a single drop down, likewise for a simple slider. And one library or the other (Prototype or jQuery) can easily handle both tasks - generally any javascript tasks for a website. And one version of jQuery - if that's the one you choose, should be sufficient.
Further, even when the slider is working, it has issues in IE 9 and Opera - even more reason to get another slider. This may be due to the fact that even when jQuery is in noConflict mode it sometimes is still not 100% compatible cross browser with other versions of itself and/or other libraries. Or it may be simply a problem with the slider code in and of itself.
All that said, here's the 'working' noConflict version of all.js:
Attachment 4188
You may use it followed by:
Code:
<script type="text/javascript">jQuery.noConflict();</script>
But, as I say - I recommend scrapping it and most of the scripts on the page. Rethink what you're doing script wise and try to find a smaller amount of truly cross browser code for your purposes.
How did you end up picking all these scripts and code anyway?
Bookmarks