I found the answer. The docs specify that 'Default selector "body>*" always applies.', <head> is outside of that.
On Jun 9, 6:57 pm, hannes <hhe...@gmail.com> wrote: > Greetings, > > I'm trying to replace the <head> of a page with the <head> of another > page. > > For example, inhttp://docs.jquery.com/Main_Page, I call > > $("head").load("/About head") > > expecting to replace the <head> section of the current page with that > ofhttp://docs.jquery.com/About. > However, the function seems to insert an empty string into my <head> > tag. > > Any idea why that might be? > > Hannes