If I alert the element which has a css selector set to width:100% I get it\'s with in px, is there some way to get it in % as
alert
width:100%
px
%
This post
Is it possible to use jQuery to get the width of an element in percent or pixels, based on what the developer specified with CSS?