zyzy
05-23-2008, 08:40 PM
1) Script Title: Step Carousel Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Hello. Excuse for my English.
Your script clashes with simple references to jquery.
For example when on a page you place here this script:
$(document).ready(function(){
$(".pane .delete").click(function(){
$(this).parents(".pane").animate({ opacity: "hide" }, "slow");
});
});
It does not work.
I the beginner in JavaScript. If you will not complicate help to understand.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Hello. Excuse for my English.
Your script clashes with simple references to jquery.
For example when on a page you place here this script:
$(document).ready(function(){
$(".pane .delete").click(function(){
$(this).parents(".pane").animate({ opacity: "hide" }, "slow");
});
});
It does not work.
I the beginner in JavaScript. If you will not complicate help to understand.