Majid Sadr
Majid Sadr

Reputation: 1071

JQuery slider doesn't work fine for next slides ( having error with .next() )

I have an image slider . It works fine if I press next button slowly . But when I press it consecutive , Next images will be shown without any fade effect and very irregular .

By the way , I tried .stop() before .fade effect and .css.

Thanks

http://jsfiddle.net/xocdq51a/15/

Upvotes: 0

Views: 62

Answers (1)

Mohamed Mohamed
Mohamed Mohamed

Reputation: 120

check this its work good fine

you must add jquery library on jsfiddle first

and in your localhost add the code on head

 <head>
  <script>//Your code here </script>
 </head>

now you can check it here its look work good

Click here to see it!

Upvotes: 1

Related Questions