I am using this http://www.eyecon.ro/bootstrap-slider/ for a slider in a page I am working on,I don't understand the api. Can someone help me with this ?
$(..).slider('getValue')
returns the dom element while I saw this in the code
$(..).slider().getValue()
which returns a method not found error. I am aware of the .slide event which can be used for this,but how do you access the value directly ?