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'); });
但是如何从选定行的单元格中获取数据?