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.
私は次のようなコードを持っています
<table> </table> <table> </table> <table> </table>
jqueryを使用して2番目のテーブルに移動したいと思います。どうすればいいのですか。
table次の式で2番目の要素を取得できます。
table
var secondTable = $('table').eq(1); // index is zero-based
私は持っています:メインページとダイアログのボタン。
Aは、ダイアログを実行するマネージドBean(NewDialog.java)のViewScopeライフサイクルを持ちたいと考えています。つまり、ボタンを押しながら NewDialog Bean を再作成し、ダイアログを閉じるときに破棄します。
しかし、メイン