标签: jquery jquery-plugins
我正在使用jquery.dataTables.min.js插件通过使用以下方法获取对象中的整个表数据:
var nodes = $(".mastertable").dataTable().fnGetNodes(); // this will get my table data
然而,dataTable()函数正在获取我在整个项目中使用的表格中的其他元素。
有没有人有jquery.dataTables.min.js插件的替代品?