Jquery and Mootools together
Posted: Mon Aug 16, 2010 9:46 pm
I have a conflict between Jquery and Mootools. The former controlling my sliding menu and the later controlling my slideshow. I can get one or the other to work but not both depending on which comes first in the header.
I know there's a way round it using the "$" just can't figure it out and hope someone might be able to help.
This is my header code:
This is my site as it currently stands:
http://www.chp-architecturalphotography.com/
The 'portfolios' tab should slide nicely to reveal the sub-menu.
Thanks
Chris
I know there's a way round it using the "$" just can't figure it out and hope someone might be able to help.
This is my header code:
Code: Select all
<head>
<title>{sitename} - {title}</title>
{metadata}
<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
{stylesheet}
<link rel="stylesheet" type="text/css" href="uploads/CHP/slideshow/engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlb{display:none}</style>
<__script__ src="uploads/js/jquery.js" type="text/javascript"></__script>
<__script__ src="uploads/js/navigation3.js" type="text/javascript"></__script>
<__script__ type="text/javascript" src="uploads/CHP/slideshow/engine/js/mootools.js"></__script>
<__script__ type="text/javascript" src="uploads/CHP/slideshow/engine/js/visualslideshow.js"></__script>
</head>
http://www.chp-architecturalphotography.com/
The 'portfolios' tab should slide nicely to reveal the sub-menu.
Thanks
Chris