Jquery conflicting with prototype magento - How can i separate?
问题 I can't seem to be able to separate jQuery from Prototype with my Magento website. I've got it working on JsFiddle using changed tags etc but when i add it to my magento site, i keep getting uncaught syntax errors. Page is at http://www.asg.co.uk/gadgetclinic/how-it-works Code i'm working with is: <script type="text/javascript"> // First hide them all $j("#how-it-works .step").hide(); function fades($j.step) { $j div.fadeIn(300, function () { if (!$j div.is('last-child')) { fades($div.next())