In jquery when we do $(elem).height() or .width() then why do we get measurement in pixels
i.e if elem height is set to 200px then we get 200
and if we set elem height to 20% (say it is 200px) then also we get 200
In jquery when we do $(elem).height() or .width() then why do we get measurement
Share
From the jQuery documentation: