> I am using the ARIA Slider from

that would have been fantastic to have known *from the beginning*, I
thought you were using jQuery UI Slider, hence my reply 3 posts ago
with a link to the example, which explains now why you didn't read, or
seemingly even looked at...

whatever though, good luck fixing your issue


On Jan 21, 6:14 pm, Mircea <i...@amsterdamsat.com> wrote:
> I am using the ARIA Slider 
> fromhttp://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_selec...
> 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