Let\'s say the rule is as follows:
.largeField { width: 65%; }
Is there a way to get \'65%\' back somehow, and not the pixel value?
Late, but for newer users, try this if the css style contains a percentage:
$element.prop('style')['width'];