[jQuery] can't prototype co-exist with jquery
Hi I implemented jquery tab on a Magento site that uses prototype (not
my choice but it comes with it).
After spending hour getting my tabs work properly, I am dismay to find
that it disables the lightbox and the image slider:
http://74.52.59.43/index.php/bluetooth-accessories/jawbone-headset-black.html
Magento uses a proxy.php file to handle all js files, and it's called
from a xml file like so:
<action method="addJs"><script>jquery/jquery-1.2.3.pack.js</script></
action>
<action method="addJs"><script>jquery/ui.tabs.pack.js</script></
action>
if I remove the jquery files, the lightbox and the image slider work
again. I am equally new to both Jquery and Magento, therefor don't
know how to make them compatible.
Jquery has the call function places in the <head> section, I am
curious if this is the culprit? As I remember some JS use body onload
and disable other script as a result.
T