I am using the ARIA Slider from
http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/
I will change the values to 10, 20, 30, 40...

When an user selects a value with the slider the font-size will
increase or decrease accordingly. I managed to get the current
selection of the slider in a variable, I want now to pass it to a CSS
function:

My variable is:
var setfontsize = $('#sizer :selected').text();

the css function is
$('.cica').css("font-size", setfontsize + "px");

In the original ARIA Slider I had changed #speed with #sizer.

Thanx for your help!

Reply via email to