I want to submit a form with checkboxes (and the data of the checkboxes is after user input updated by ajax (checked/nonchecked))and the submit uses the post method.
And when the form 开发者_开发问答is submitted, I retrieved only the old data (before the ajax update) and not the updated data(after the ajax update). I have checked my source code after the ajax call. But the code hasn't change. And when I check the javascript console in Chrome, the code is changed.
I have already read a bit on the internet about the problem and I know that it is something with the DOM, but I'm not so familiar with that.
Oh before I forgot. I used JQuery.ajax for the ajax-call.
Can somebody help me with my problem?
Grtz,
Arne
PS: sorry for my bad english
精彩评论