我怎样才能获得复选框'标题中的值?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我明白了。只需使用:
All right, I've got it. Just use: