wojodesign / simplecart-js

A simple javascript shopping cart that easily integrates with your current website.
simplecartjs.org
1.78k stars 490 forks source link

simplecart.js conflict with prototype.js #445

Open bknysrfr opened 10 years ago

bknysrfr commented 10 years ago

Due to my lack of javascript knowledge, getting simplecart.js to work with prototype.js has been a nightmare. I did a google search and most results point the problem to jquery and suggest adding a noconflict.js file to the html file. I tried that and the problem didn't go away. Has anyone ever encountered a problem like this? If so, did you ever find a stable solution?

Here is an example of simplecart working without jquery.js http://www.brooklynsurfer.com/test/bss14/index_nojquery.html

and a version not working with jquery.js: \http://www.brooklynsurfer.com/test/bss14/index.html

pccesar commented 9 years ago

i have the same problem .. how to solve it?