Using the following in the <head> section:
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script src="scripts/iefix.js" type="text/javascript"></script>
- <script type="text/javascript" src="scripts/test.js"></script>
- <script type="text/javascript" src="scripts/jquery.imageScroller.js"></script>
- <script src="scripts/tools.scrollable-1.0.5.min.js"></script>
- <script type="text/javascript" src="scripts/mootools.js"></script>
- <script type="text/javascript" src="scripts/slimbox.js"></script>
- </head>
Unless I remove the mootools and slimbox files the image scroller (jquery.imageScroller.js and test.js) won't function. Is there a work around for this or a solution? Thank you very much.