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 would seem).
On Dec 10, 2:32 pm, Bruno Prieto Reis <[EMAIL PROTECTED]> wrote: > Hi there, > > I use an architecture where I call a server script and it allways > returns me a json containing some commands to be executed on js. But > sometimes I have to send the client pieces of html or even a complete > page. Is that possible to pass a complete page into .getJSON call ? > > What sould be the implications of this? > Is it slower then the .load method ? > > Actually I still use the .load method in some places, but it would > make a much cleaner interface to just receive json, for every message > types, including html to be substituted. > > Thanks in advance, > > Bruno