Hi,
When on the product page in IE7, I can't add a product to my cart because there are some JS errors that appear:
"Object doesn't support this property or method prototype.js Line: 4024 Code: 0 Char: 9"
and
"Object doesn't support this property or method prototype.js Line: 4081 Code: 0 Char: 9"
Does anyone know what I can do to get rid of those errors and make the shopping cart work?
2 Answers
jmbuytaert says:
Problem solved:
I'm using jQuery for Thickbox, and jQuery and Prototype are conflicting, so I inserted at the very end of jQuery.x.x.js the following line:
jQuery.noConflict();
However, now my Thickbox isn't working anymore :(
Armando Roggio says:
If you are talking about http://jquery.com/demo/thickbox/, it is not longer supported.
Why not use a solution based on Prototype rather than have two JavaScript libraries?
