Applying imediate change to font size
Hi! :)
It's obvious that I have a problem and I need some help :) I'm currently creating a fancy web app that allows users to drag and resize stuff... and it's on the resizing stuff that I'm having problems.
Previous note: My fancy web app uses ratios - the size of an element is shown depending on the ratio.
Setting an image size with css("width") and css("height") works "out-of-the-box" but using css("font-family") doesn't work "out-of-the-box" - it only shows the new value after I changed the slider associated with it (and yes, I control the size of the text using a slider).
Summing all up, if I change the ratio from 1 to 0.5, even using css("font-size") with the new value, the displayed font-size doesn't change.
Subsequent note 1: I'm using the same code for the sliders as for "ratio application" - so I think (?) it's fair enough to say that it's not a code problem,
Subsequent note 2: I'm using Chrome.
Subsequent note 3: It might even ain't a jQuery problem, but hey... at least let me ask.
Thanks for your time,
hardc0ded