nitinhayaran / jRange

jQuery plugin to create range selector

Home Page:http://nitinhayaran.github.io/jRange/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return current Value

EllisInteractive opened this issue · comments

Hi nitinhayaran,

I really like your slider, but cannot work out how to return the value to which the slider is currently pointing to. Can you advise?

It updates value of hidden input field, so you can simply do $('#input').val(), or you can also attach an event bind some function to onstatechange