[jQuery] .prevAll().remove not working in FF3 b5

2008-05-15 Thread Adam Kroll
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

[jQuery] Re: Tablesorter 2.0.1 removing rows and resorting

2007-12-04 Thread Adam Kroll
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.

[jQuery] Tablesorter 2.0.1 removing rows and resorting

2007-12-03 Thread Adam Kroll
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