Wednesday, April 18, 2012

onhover how to get the image width and height using jquery

I am displaying in my webpage a number of images within a div the div and images are created dynamically with a looping.



I need to get the width and height of the each image by using the jquery without using id like this



 document.getElementById('Image/div id');


because there will a lot of images dynamically created by the loop depend upon the conditions
so, is there any way to get the height and width of the image when user hover/click the image



I struck with this for a long and been here finally hopes i get a solution





No comments:

Post a Comment