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


i have image slider . works fine if press next button . when press consecutive , next images shown without fade effect , irregular .

by way , tried .stop() before .fade effect , .css.

thanks

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

check work fine

you must add jquery library on jsfiddle first

and in localhost add code on head

 <head>   <script>//your code here </script>  </head> 

now can check here work good

click here see it!


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -