提交使用“查看源代码”但不是我的ajax更新代码
我想提交一个带有复选框的表单(复选框的数据是在用户输入后由ajax更新的(选中/未选中))并且提交使用post方法。
当提交表单时,我只检索旧数据(在ajax更新之前),而不检索更新的数据(在ajax更新之后)。我在ajax调用后检查了我的源代码。但代码没有改变。当我检查 Chrome 中的 javascript 控制台时,代码发生了变化。
我已经在互联网上阅读了一些有关该问题的内容,并且我知道这是 DOM 的问题,但我对此不太熟悉。
哦,在我忘记之前。我使用 JQuery.ajax 进行 ajax 调用。
有人可以帮我解决我的问题吗?
Grtz,
Arne
PS:抱歉我的英语不好
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论