[jQuery] Re: Weird Safari problem

2007-06-28 Thread Gordon
Actually I think I did find a workaround. If I do $(element).css ('display', 'none') it works, but $(element).hide () doesn't for some reason. On Jun 28, 3:00 pm, Gordon <[EMAIL PROTECTED]> wrote: > Further experimentation seems to suggest that the problem is that > effects like show and hide do

[jQuery] Re: Weird Safari problem

2007-06-28 Thread Gordon
Further experimentation seems to suggest that the problem is that effects like show and hide don't appear in document.ready in Safari. I don't know why this would be but I really do need some kind of effective workaround. On Jun 28, 11:01 am, Gordon <[EMAIL PROTECTED]> wrote: > I am having an odd