It's just like the trick that the example Del.icio.us has for using
their JSON feeds uses. They grab the favicon.ico image from the url
with the following:
url.split('/').splice(0,3).join('/')+'/favicon.ico';
Then then have the img hidden, and use an onload event handler to show
the image, which also doesn't show the image if no image loads (pretty
slick I thought).
Example here: http://del.icio.us/help/json/posts
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/