jquery - How to get x% height in px? -
i gave 100% height div , want actual height in px.
how can find out height of div?
with jquery can use this, when container id of div:
$(document).ready(function() { alert($('#container').height()); }); i gave 100% height div , want actual height in px.
how can find out height of div?
with jquery can use this, when container id of div:
$(document).ready(function() { alert($('#container').height()); });
Comments
Post a Comment