Ok the site I just started uses jquery 1.4.min to run a dynamic page changer which I got off a site. And it also uses 1.6.2 to run a photo slider which I also got off another site. I want both to work but it wont let me. Some ppl told me to only use one version of jquery (most recent) but that didn't work and everyone else says use:
<script type='text/javascript'>
var $jq = jQuery.noConflict(true);
</script>
and replace all $ with $jq. First I don't know if I replace all $ from the min.js file as well or just the function. Either way I tried both and it still didn't work. This is a link to my site SO FAR. http://envycosmetics.zxq.net/Website/webpages/index.html
In my site the Dynamic Page loader is working properly but not the slider