Im working on using HTML5 persistent storage on an existing application used for the purpose of surveys.
What I need to now do, is pass a variable through to the final "completed" page, which I can then use to remove the persistant object that I have saved in the mobile devices memory.
Any ideas how I can do this?
Currently, the submit button is set up like this.
The saveData() function, is my function, (adds values to array then makes a unique object e.t.c, the surveyfunction is the survey softwares function for physically submitting the data.
Any ideas greatly appreciated - thanks!
以上就是Set and clear html5 persistent data的详细内容,更多请关注web前端其它相关文章!