Getting Jquery-UI slider value while sliding -


I got a jquery UI slider and I want to show the slider value in the tooltip (in the slider handler) I'm unable to get the price until the slider is turned off, but I want to update the value when the tooltip is dragged to the slider. Is there a way to get the jQuery UI slider to the current position, not the value?

slide {/ code> function

  $ ( "#slider") .slider ({slide: function (event, UI) {$ ('# value'). text (ui.value);}}); Example  



Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -