In your post you have the order of the scripts reversed.
This:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
Must come before this:
Code:
<script type="text/javascript" src="jquery.magnifier.js">
/***********************************************
* jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
The browser cache may need to be cleared and/or the page refreshed to see changes.
If that's not the problem and you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks