Skip to content

jisaacks/jquery.rowslide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
});

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

About

Use jQuery.slideUp on table rows

Resources

License

Stars

Watchers

Forks

Packages

No packages published