Website within a website--script not working
1) Script Title: jQuery Image Magnify v1.11
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...agemagnify.htm
3) Describe problem: I have placed an entire small website (in a separate folder) within my main site. The reason for this is the small site took many hours to create, it has since been taken down by it's owner, but I still want to show it as a portfolio item. The small site works fine, however, Magnify no longer works.
I've tried:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../scripts/jquery.magnifier.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery.magnifier.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../../scripts/jquery.magnifier.js"></script>
I have ruled out my ISP and my security software as possible culprits.
Any idea what might be inhibiting the script?