Hi,
pls i have two script that i want to load on my page but the two just wont work together. one a javascript and the other a jquery. i have used the jquer.noConflict() but it still didnt work. pls how can i get it to work.
this is the head section of the pagei want it displayed.
Code:
<link rel="stylesheet" href="styles.css" type="text/css" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery.slidepanel.setup.js"></script>
<script type="text/javascript" src="scripts/jquery.cycle.min.js"></script>
<script type="text/javascript" src="scripts/jquery.cycle.setup.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
ps: i didnt modify any of the script. i left it as is.
thanks
Bookmarks