|
Hi, I am trying to use mbExtruder on a custom CMS page within a Magento installation and I think I might be running into the problem of clashes between Prototype (default Magento js stuff) and jQuery. I have other jQuery scripts running, but I can't seem to get mbExtruder to appear on the page. To get my other scripts running, I have had to add the noconflict() line to my jquery include file. I then use $j instead of just $ wherever it is needed. Could this be the problem I'm getting with mbExtruder, or is this already coded to avoid conflicts? Many thanks in advance. Cheers, Rob |
|
Hi Rob, yes, that could be the problem; you should try to sanitize mbExtruder.js using jquery.noconflict() mode and modifying the $ shortcut. Let me know. |




Please ignore - it's been a long day. I hadn't uploaded the flippin js file :(