I'm attempting to remove three elements from a table cell upon
clicking on the the last element in the cell, using the following code
$(".available > .delete").click(function(){
//alert($(this).prevAll().andSelf().length);
$(this).prevAll().andSelf().remove();
});
This f
Figured my problem out. I placed in the wrong place in my code.
Happy to say it works perfectly when I put it where it's supposed to
go.
I'm having problems with tablesorter 2.0.1 and removing rows. I'm
allowing users to remove rows, and after a removing a row using a call
to remove() I'm calling trigger("update"), but if I remove a row and
then resort it brings back the row I just removed.
It looks like trigger("update") rebuild
3 matches
Mail list logo