Posts by Ricardo Alves • 1 point
2 posts
-
0
votes1
answer10
viewsA: Why is my jquery duplicating table rows?
I resolved to change the append from $('tbody') to $('.pagination') which would be the tbody class. There must have been conflict between html, maybe tbody is the default.
-
-1
votes1
answer10
viewsQ: Why is my jquery duplicating table rows?
I am making a paginated table (with 3 lines per page), but when adding the rows in the table jquery is duplicating this. When clicking on the page change icons, it adds more items and below these…