JavaScript - Storing data during user interaction

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-04-20T15:42:02Z Indexed on 2010/04/20 15:43 UTC
Read the original article Hit count: 156

Filed under:
|
|
|
|

I'm working on a web based form builder that uses a mix of Jquery and PHP server side interaction. While the user is building the form I'm trying to determine the best method to store each of one of the form items before all the data is sent to the server. I've looked at the following methods

  1. Javascript arrays
  2. XML document
  3. Send each form item to the server side to be stored in a session

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery