[jQuery] Re: I must be missing something simple...

2008-09-06 Thread John Resig
He's using Document Ready - that's not the issue. To quote Jake from another thread: "See this http://dev.jquery.com/ticket/3143. Long story short, jQuery only supports $(html) or $(xmlObject)." --John On Sat, Sep 6, 2008 at 7:43 AM, Rene Veerman <[EMAIL PROTECTED]> wrote: > http://www.learn

[jQuery] Re: I must be missing something simple...

2008-09-06 Thread Rene Veerman
http://www.learningjquery.com/2006/09/introducing-document-ready On Fri, Sep 5, 2008 at 4:29 PM, Jim Buzbee <[EMAIL PROTECTED]> wrote: > > I've got some jQuery code that seems to work fine in Safari and > Firefox both under OSX and Windows. But I've been beating my head > against the wall trying