Mike, I figured out a solution. I just needed to create the proper scope to index in.
index = $(".spot div").index(this); where ".spot" is a container for the slides and each slide is in a div. Thanks.
Mike, I figured out a solution. I just needed to create the proper scope to index in.
index = $(".spot div").index(this); where ".spot" is a container for the slides and each slide is in a div. Thanks.