breaustin
03-16-2011, 03:53 AM
Hi If anyone could help me with this issue it will be greatly appreciated. i've look at a few post which explained how to fix my issue but they didn't work for me.
I've been trying to load two scripts on one page. I'm able to get one of the scripts to run on one page, but when i try to load two of them on one page i notice that the image magnifier runs and for my content scroller the mini main content switches but they wont load on the large box. To see heres the link to the page. http://tnnap.com/
Can someone specifically and visually show me what to change in order to get both scripts to run?
1
The script for the content scroller
<SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></SCRIPT>
<SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></SCRIPT>
<SCRIPT type=text/javascript>
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</SCRIPT>
The body of the script is attached in a file.
2
The script for the image magnifier
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<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>
This is the dynamic drive Javascript image magnifier im working with:
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
I've been trying to load two scripts on one page. I'm able to get one of the scripts to run on one page, but when i try to load two of them on one page i notice that the image magnifier runs and for my content scroller the mini main content switches but they wont load on the large box. To see heres the link to the page. http://tnnap.com/
Can someone specifically and visually show me what to change in order to get both scripts to run?
1
The script for the content scroller
<SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></SCRIPT>
<SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></SCRIPT>
<SCRIPT type=text/javascript>
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</SCRIPT>
The body of the script is attached in a file.
2
The script for the image magnifier
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<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>
This is the dynamic drive Javascript image magnifier im working with:
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm