It doesn't even get that far. Just targeting anything inside the greencontent
div already stops jQuery from going along the chain. For example:

$("#f_item_"+feedid).html();

Even this returns null.

Fredi


dave.methvin wrote:
> 
>> $("#f_item_"+feedid+" .feedinfo")
>>   .hide().html(feedinfo).slideDown("slow");
> 
> Could this be related to the display:none bug in Safari we just discussed
> on
> another thread today? Try removing the .hide() from that chain and see
> what
> happens. 
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-can-this-not-work--%28Safari-Problem%29-tf2721195.html#a7604000
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to