> 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/
