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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -