kenw232
11-14-2008, 11:43 PM
1) Script Title:
Step Carousel Viewer v1.6.1
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
When I use JQuery's noconflict() I get a javascript error with Step Carousel Viewer v1.6.1. I have to do a jQuery.noConflict(); to fix conflicting issue with other scripts (like using prototype.js at the same time).
For example this causes a javascript error and stops the carousel from working (the right/left arrows don't show to scroll through the images):
<script type="text/javascript" src="scripts/jquery126.js"></script>
<script type="text/javascript"> var $j = jQuery.noConflict(); </script>
<script type="text/javascript" src="scripts/stepcarousel.js"></script>
Removing "<script type="text/javascript"> var $j = jQuery.noConflict(); </script>" would fix it.
Please help
kenw232@yahoo.com
Step Carousel Viewer v1.6.1
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
When I use JQuery's noconflict() I get a javascript error with Step Carousel Viewer v1.6.1. I have to do a jQuery.noConflict(); to fix conflicting issue with other scripts (like using prototype.js at the same time).
For example this causes a javascript error and stops the carousel from working (the right/left arrows don't show to scroll through the images):
<script type="text/javascript" src="scripts/jquery126.js"></script>
<script type="text/javascript"> var $j = jQuery.noConflict(); </script>
<script type="text/javascript" src="scripts/stepcarousel.js"></script>
Removing "<script type="text/javascript"> var $j = jQuery.noConflict(); </script>" would fix it.
Please help
kenw232@yahoo.com