jquery.rowslide

Use jQuery.slideUp on table rows

OTHER License

Stars
4

jquery.rowslide

The jquery effect slideUp does not work on table rows. This plugin performs a slideUp on a table row, then removes the row and triggers a callback if one was passed.

Usage

// Remove all rows from table one at a time with sliding effect
removeAllRows = function() {
  $("table tr:first-child").rowslide(removeAllRows);
}
$(function(){
  removeAllRows();
});

Demo


I originally created this plugin for use on one of our projects at emcien.