[jQuery] Re: get a whole html page in a .getJson call

2008-12-10 Thread MorningZ
"Is that possible to pass a complete page into .getJSON call ? " Sure, the HTML of said page would just be a property of the JSON object On Dec 10, 7:19 pm, donb <[EMAIL PROTECTED]> wrote: > I'm not going to claim great expertise here, but wouldn't you only be > able to load/reload the bod

[jQuery] Re: get a whole html page in a .getJson call

2008-12-10 Thread donb
I'm not going to claim great expertise here, but wouldn't you only be able to load/reload the body of a page? That is, the header would never be altered. This may or may not be a problem (stylesheets, scripts, meta tags, title, etc. that were loaded in the header would remain loaded, or so it wo