If you post a link to a test page somebody might be able to help. - ricardo
On Sep 23, 4:28 pm, MindstormsKid <[EMAIL PROTECTED]> wrote: > I'm making something that involves loading an HTML page with $.ajax(). I want > to get the content of the page title and the content of the body, so I did > $(page).find("title").text(), but that doesn't work (returns ""). I tried > getting the content of the body, which also didn't work. I tried getting the > html(), and it returned null. However, I tried to get the content of the > divs on the page, and it worked fine. I know it has a body and a title, > since I had it alert out the contents of the page as a test. Can anyone help > me? > -MindstormsKid > -- > 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.