Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中使用 flexigrid 和 jquery。我有网格,在网格之上,我有按钮。加载页面时,我想禁用这些按钮,并根据我的条件启用其中一个按钮。
buttons: [ { name: 'Batch Browse', bclass: 'browse', onpress: showBatchBrowse },
您能帮我使用 flexigrid 和 JQuery 完成这项工作吗?
在要禁用的按钮名称末尾添加“禁用”字符串。并在您想再次活跃时将它们重命名为原始。