Is there a best way to gracefully fade in high-res images with javascript/jquery after the client has cached it, similar to the way Bing or Yahoo Mail does it ?
Is there a best way to gracefully fade in high-res images with javascript/jquery after
Share
You’re looking for the load function in jQuery. Here is an example:
And the jQuery reference: http://api.jquery.com/load-event/
Happy coding!