Question:
 
What typically causes the Firebug message
"The XML file does not appear to have any style information
associated with it.  The document tree is shown below."
to display?
 
I have hunted for this problem forever and can't see what's wrong.
 
I'll provide code, but I just thought there might be something that's
usually wrong when this pops up.
 
Rick
 
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Faircloth
Sent: Friday, April 20, 2007 4:09 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Best way to determine if a user has Javascript
enabled?
 
That was the problem. now I'm getting the Query String.
 
Now I've got see if I can make all of this work.
 
Thanks!
 
Rick
 
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Heimlich
Sent: Friday, April 20, 2007 3:37 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Best way to determine if a user has Javascript
enabled?
 
On 4/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
        $(document).ready()(function { \n

Should be:

$(document).ready(function() {
    // stuff goes here...
});

-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com 

Reply via email to