我怎样才能获得复选框'标题中的值?

发布于 2024-11-26 10:33:53 字数 251 浏览 1 评论 0原文

我正在使用 jQuery 插件 Flexigrid其中每一行都附有复选框,标题中的复选框可以使行全部选中。

现在,当我按下按钮时,我正在创建一个包含 Flexigrid 的对话框。我希望弹出对话框并使标题中的复选框处于“选中”状态,当我离开对话框时,将其取消选中。但我该怎么办呢?

I am using the jQuery plugin Flexigrid which has the checkbox attached with every row, and the checkbox in the header can make the rows all checked.

Now I am making a dialog which has a Flexigrid in it, when I press a button. I want the dialog popup and make the checkbox in the header to be "checked" and when I leave the dialog, make it unchecked. But how can I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

面如桃花 2024-12-03 10:33:53

好吧,我明白了。只需使用:

$('th input[type="checkbox"]',$( the dialog)).attr("checked",false);

All right, I've got it. Just use:

$('th input[type="checkbox"]',$( the dialog)).attr("checked",false);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文