如何自定义重置 jquery ui 按钮集?
如何重置不使用“form.reset()”制作的 jquery ui 按钮集的单选按钮或复选框,因为我想重置此特定字段。
代码在这里...: http://jsfiddle.net/tPH57/1/
How can I reset radio buttons or checkbox of a jquery ui buttonset made without using "form.reset()", because I want to reset this specific field.
Code is here...: http://jsfiddle.net/tPH57/1/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在按钮上调用
refresh
方法: http://jsfiddle.net/AAcJ5/1/从文档中:
You have to call the
refresh
method on the button: http://jsfiddle.net/AAcJ5/1/From the documentation: