When reading width of DIV section, the result comes in %. But, I want to convert it in pixel value. How is it possible ?
I have a class "h" defined in my html. It has width="100%". It's parent div has width="69%".
width = ($(this).find('.h').width())
So actually the width is not window.width() but it is 69% of it. I want it in pixel !!!