hi everyone, i have a problem with my page when i'm running two scripts at the same time.i think its because the scripts have conflicting versions of the jQuery library. i have one script that converts text box scroll bars into pretty scroll bars.i want to put another script on the same page that runs a lightbox type pop up image zoom thingy. if i hide the links to one of them the revelvent script works (for the unhidden script), but if call both the first one in the list will stop working.ive swapped round the order and only the one i put last will work. obviously i'ld like it if both could work on the same page. im calling the scripts like this:
<script type="text/javascript" src="_js/jquery-1.7.1.js"></script><script type="text/javascript" src="_js/popup.js"></script> <script type="text/javascript" src="../_js/jquery.min.js"></script><script type="text/javascript" src="../_js/jquery.mousewheel.js"></script><script type="text/javascript" src="../_js/jquery.jscrollpane.min.js"></script>
the first two are for the popup image thingy. the last three are for the scrollbar widget. can any one recommend what i should do to get both to work? if you want to see what i mean the testing page is here:http://jt-design.pau...age-pop-out.php many thanks, paul