I have a form that allows the user to push an up or down button to resize the font in an element. When I reset the form I need to put the "default" font size back in a hidden field to send to a php script. So how can I get the css font size actually typed into the css stylesheet, not the one that has been altered by jquery?
Thank you, Todd