I have a "wizard" setup that allows the user to create a line of text
based upon options chosen.  I then write this line to the screen.  All
of the text they did is saved at the end by clicking on the save
button.  Some users are not smart enough to click the save button and
all of the work they did is erased.

So I went ahead and tried to have it save to the screen AND save to
the database via AJAX.  Basically I just do an AJAX call to save all
of the text everytime they add a new line, or edit a previous one.

This works fine for the first call.  The second time the function is
executed the AJAX is sending the old data (even though there is new
data).

Am I missing something that the .ajax({}) "function" would cache what
it sends?

Reply via email to