Hi,
I'm trying to get a slider's current value.
I've tried ...
var a=Tiggzi('distance_slider').val();
console.log(a);
as I've seen in another thread, but value is undefined.
When looking at source, and moving the slider I see that aria-valuenow changes inline with the UI element.
Is Tiggzi('distance_slider').val(); still valid?
Thanks,
Dale.