如何自定义重置 jquery ui 按钮集?

发布于 2024-10-08 13:42:09 字数 172 浏览 5 评论 0原文

如何重置不使用“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赴月观长安 2024-10-15 13:42:09

您必须在按钮上调用 refresh 方法: http://jsfiddle.net/AAcJ5/1/

从文档中:

刷新按钮的视觉状态。对于以编程方式更改本机元素的选中或禁用状态后更新按钮状态很有用。

You have to call the refresh method on the button: http://jsfiddle.net/AAcJ5/1/

From the documentation:

Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文