This blog post has been published on 2014-06-06 and may be out of date.
Falls jemand mal die Breite eines HTML-Elements auslesen möchte und diese Wert jedoch in Prozent umgerechnet haben möchte – so geht es!
$(selector).width() / $(selector).parent().width() * 100;
Links:
http://api.jquery.com/width/