Im using jquery UI’s tabs with ajax.
I was wondering if the files that the ajax calls are gonna retrieve are supposed to be formatted starting with <html> or just the minimal html possible cause its gonna be injected into an already formatted valid xhtml file…. I hope Im making myself clear.
Thanks in advance.
Im using jquery UI’s tabs with ajax. I was wondering if the files that
Share
If you’re going to inject what you receive from the server directly into the DOM, you’ll want an HTML snippet. Something like
is preferred over