How to delete a range of rows using javascript (Vanilla or JQuery)
I need to delete table rows in range from row with an ID "#deleteFirstRow" to row with an ID "#deleteLastRow". But all the other rows out of these two IDs should remain. NB: I tried to search posted answers but…