August 15, 201214 yr I have been using jquery .load() on an image to call a function to resize it accordingly. It works in all browsers except IE... surprise surprise. Is there another handler I can use to tell when the image has completely loaded? Thanks
August 16, 201214 yr Author think I got it, just used... $(window).load() rather than $(.theImg).load() that was in the document ready function. My bad
Create an account or sign in to comment