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を使用してこれを実行するのを手伝ってもらえますか?
add 'disabled' string at the end of button names that you want be disable. and rename them to orginal when you want be active again.