Sending a html list with ajax? (best way?)
Hey,
i made this little script ->
http://www.jqueryhelp.com/viewtopic.php?p=11838
After the list is completed i would like to send the list (as json string) with ajax. Is this a good solution?
My other idea is that i manage the list with php.session and ajax... but i don't know...
what do you think?