Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Created March 12, 2013 14:12
Show Gist options
  • Save arschmitz/5143176 to your computer and use it in GitHub Desktop.
Save arschmitz/5143176 to your computer and use it in GitHub Desktop.
change node type
$el = $( "td:first" ).each( function(){
$( this ).replaceWith( "<th>"+ $( this ).html() + "</th>" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment