Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created March 15, 2012 08:59
Show Gist options
  • Save jnaskali/2043064 to your computer and use it in GitHub Desktop.
Save jnaskali/2043064 to your computer and use it in GitHub Desktop.
jQuery: Add additional row(s) to table
$('#myTable > tbody:last').append('<tr>...</tr><tr>...</tr>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment