Bootstrap jquery methods Magento's prototype lib
Posted
by
user1722527
on Stack Overflow
See other posts from Stack Overflow
or by user1722527
Published on 2012-10-05T09:16:43Z
Indexed on
2012/10/05
9:37 UTC
Read the original article
Hit count: 170
Wonder if anyone has had this issue. I've integrated Bootstrap nicely into a Magento theme I'm building, all good.
That is, until I try using the accordian functions. There seems to be an issue with the code finding the Prototype Libs Methods instead of jQuery's. I've tried the usual fixes, $ - jQuery and no conflict but it only works when I disable the prototype lib - which obviously is not good.
Anyone out there come across this and can advise me on a work round? At the moment I'm resigned to using Scriptaculous for the accordian.
© Stack Overflow or respective owner