That's effective!

Cheers!

Paul McLanahan wrote:
> 
> 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
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-the-favicon-of-an-iframe--tf2550916.html#a7161161
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to