I'm trying to get the font-weight of a property using latest jquery, doesn't work in IE somehow... on IE dev toolbar console -
$('#ctl00_ContentPlaceHolder1').css('font-weight')
returns
700 !
I checked in the source... can't see any problems with the style formatting. Works in FF.