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で選択した行からセルデータを取得するにはどうすればよいですか?
次のような列名を取得できます。
var abbr = []; $('.hDiv th', grid).each( function(index){ abbr[index] = $(this).attr('abbr'); });
しかし、選択した行からセルからデータを取得する方法は?