jQuery slider's slide event not working correctly -
I am using the jQuery slider, in its slide event, I execute some code Had written for. When I scroll the slider faster using the mouse, then the slider moves slowly when scrolling, the code inside the slide event will not be executed. . Here is my code: Use this:
$ ("#master") .slider ({value: 0, Orientation: "horizontal", category: "min"). Step: 1, Animate: Wrong, Slide: Function (Event, UI) {/ * Below the slider is scrolled fast / / $ ("#ratvalue") .val (ui.value + "%"); var ratval = ui.value; console.log (s) Red); Prognu ( "#" Master, Rtlal, 100);}});
$ (" # Master ") .slider ({value: 0, Orientation:" horizontal ", category:" min ", step: 1, animate: wrong, stop: function (event, UI) will work under * / $ ( "#value") .val (ui.value + "%"); var Rawal = ui.value; console.log; ratgani ("# master", ratlal, 100);}});
Comments
Post a Comment