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:

  $ ("#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);}});    

Use this:

  $ (" # 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

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -