专题文章
时长:00:00更新时间:2020-11-27 21:23:19
jquery如何判断表格同一列不同行input数据是否重复_jquery: 代码如下: function hasRepeat(objId,columnIndex){ var arr = []; $(#+objId+ tbody tr).each(function(){ arr.push( $(td:eq(+columnIndex+),this).text() ); }); if( arr.length==$.u
查看详情