jQuery Prototype conflict, alternative solutions

Posted by lbolognini on Stack Overflow See other posts from Stack Overflow or by lbolognini
Published on 2010-04-26T15:52:52Z Indexed on 2010/04/26 15:53 UTC
Read the original article Hit count: 182

Filed under:
|
|

I have a problem as I'm conditionally including the Prototype-based Lightbox script for IE6 as it works better than the jQuery plugin.

Of course the two libraries conflict but the official solution is not really feasible for me as i would have to replace tons of $ with the alternative no-conflict syntax.

Is there any other solution for me, keeping in mind that in my case it would be easier to have Prototype work nicely with jQuery than the other way around?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about prototype