Venks
Posts: 0
Joined: Thu Jul 12, 2012 4:08 pm

Slider value not available

I've made use of a slider in my app and I'm not able to pass its value to a REST service. Only 'visible' property is available which when piped to the REST service is sending across a boolean value.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Slider value not available

Agree, it should be there. We will add it.

Venks
Posts: 0
Joined: Thu Jul 12, 2012 4:08 pm

Slider value not available

Thanks for the quick reply Max.

Any idea on when this would be available? Is there a workaround in the meantime to retrieve the value of the slider?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Slider value not available

To get the value is simple:

code
Tiggzi('mobileslider1').val();
/code

You can also use jQuery directly (Tiggzi is just a wrapper on top of jQuery select).

We will update the mapping in our August release.

Venks
Posts: 0
Joined: Thu Jul 12, 2012 4:08 pm

Slider value not available

That's brilliant. Thank you for your help.

Return to “Issues”