Hi! Sorry for going a little bit OT here, but this is kinda T5-specific too.
I'm trying to use jQuery together with prototype in T5. It works nicely in firefox, but in IE8, I get a lot of "object not supported, line 4821" and so on. If I remove the reference to jQuery, everything works again. I did include a call to jQuery.noConflict() a the end of the jQuery js-file. I'm guessing that it would work including jQuery BEFORE prototype, as prototype would overwrite everything that's been done by jQuery, and jQuery doesn't have a problem with that, using a different alias instead. Does anyone have nice approach for making T5 include jQjery.js before prototype.js?