JoeDaStudd
06-24-2011, 02:42 PM
1) Script Title: Simple Image Panner and Zoomer v1.1
2) Script URL (on DD):
http://dynamicdrive.com/dynamicindex4/imagepanner.htm
3) Describe problem:
Any pages I add the image panner script it kills my jQuery scripts.
Even on a simple page like the below.
<html>
<head>
<script type="text/javascript" src="js/jquery-min.js"></script>
<script type="text/javascript" src="js/imagepanner.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function(){
});
</script>
</body>
</html>
I get an error `$ is not a function`. This stops any jQueries from running at all.
I can use jQuery instead of $, but I've written a lot jQuery script which uses $ and it would take a while to rewrite them all.
Please help me with this as I'm having no luck solving this one myself.
Thanks,
Joe
2) Script URL (on DD):
http://dynamicdrive.com/dynamicindex4/imagepanner.htm
3) Describe problem:
Any pages I add the image panner script it kills my jQuery scripts.
Even on a simple page like the below.
<html>
<head>
<script type="text/javascript" src="js/jquery-min.js"></script>
<script type="text/javascript" src="js/imagepanner.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function(){
});
</script>
</body>
</html>
I get an error `$ is not a function`. This stops any jQueries from running at all.
I can use jQuery instead of $, but I've written a lot jQuery script which uses $ and it would take a while to rewrite them all.
Please help me with this as I'm having no luck solving this one myself.
Thanks,
Joe