Ah...I see... That makes perfect sense.
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Alsup Sent: Thursday, December 28, 2006 9:08 AM To: jQuery Discussion. Subject: Re: [jQuery] Transmit form contents, receive response...best method? > I feel that it's easier to simply return the HTML string for the element > that will get appended. Your example seems to return JSON (a javascript > object right?). What are your thoughts on that? It all depends on what you need to do with the returned data. If HTML makes things easier for you then using HTML makes great sense. If some sort of data manipulation needs to happen on the client then json can be useful. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
