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.
jQuery Flexigrid をリロードした後 (ajax コールバックの後) にアクティブな行を設定するにはどうすればよいですか?
前もって感謝します!
onSuccessが起動されたら、次のように呼び出してみてください...
$("#rowID").click();
$("#row1").addClass("trSelected");