[jQuery] Saving Dynamic Data Through JSP
I've got a dynamic html page that has a number of static inputs, but
also 2 dynamic lists of information that can be added to or deleted
from. What's the best way to pass this information to a JSP to be
saved to the databse?
I've read about serialize and serializearray, but I'm having trouble
understanding if they would work for me, or what other alternatives I
might have and how I interact with the information passed to my jsp
using these methods
Thanks...