Hmm. 1. I don't see the point in loading a full HTML page with ajax, you could load snippets of HTML or XML data instead.
2. You can't have text directly inside <body>, they have to be inside a block-level element. That's why getting a <div>'s content works. Try doing $('body').load('test2.html') on the page and you'll see what happens. On Sep 23, 6:45 pm, MindstormsKid <[EMAIL PROTECTED]> wrote: > Here: > http://mindstormskid.googlepages.com/test.htmlhttp://mindstormskid.googlepages.com/test.html > -- > View this message in > context:http://www.nabble.com/Find%28%29-doesn%27t-want-to-find-anything-out-... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.