更新 Uniform.js 输入不起作用
我在所有 selects
、input:checkbox
、input:text
元素上使用 Uniform.js
。
我遇到的问题是使用 Uniform 的元素的实际值没有更新。我有一个包含这些不同元素的表单,我更改它们的值,然后在提交表单之前调用 $.uniform.update()
(我也尝试过更新各个元素),但是该元素值实际上并没有改变。
例如,如果我有一个带有“是”和“否”选项的选择,如果我选择“是”,则唯一更改的是由 Uniform 生成的跨度。因此,当我提交表单时,我没有得到任何价值。
(使用jquery 1.6.1)
I'm using Uniform.js
on all selects
, input:checkbox
, input:text
elements.
The problem I'm running into is that the actual values of the elements that are using Uniform are not updating. I have a form containing these various elements, I change their values, and then call $.uniform.update()
before the form is submitted (I've also tried updating individual elements), but the element value is not actually changed.
For example, if I have a select w/ the options Yes and No, if I select Yes the only thing that is changed is the span that is generated by Uniform. So when I the form is submitted I get no value.
(using jquery 1.6.1)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于
load()
如果这样解决问题:for
load()
if fix promblem this way: