usually we use:
$(document).ready()and may use $('img.resize').width() or .height() to get width or height of images with class 'resize'. but the better way is to use:
$(window).load()
FYR.
$(document).ready()and may use $('img.resize').width() or .height() to get width or height of images with class 'resize'. but the better way is to use:
$(window).load()
0 Comments:
Post a Comment