Skip to content

Instantly share code, notes, and snippets.

@maplpro
Created September 24, 2010 15:34
Show Gist options
  • Save maplpro/595554 to your computer and use it in GitHub Desktop.
Save maplpro/595554 to your computer and use it in GitHub Desktop.
how to create table with jQuery
var table = $( '<table>' ).append( $( '<tr>' ).append( $('<td>') ).append( $('<td>') ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment