Create Html Table using JQuery

Jayakumars
Posted by Jayakumars under jQuery category on | Points: 40 | Views : 1990
$("#DivHtml").append('<table id=tb1><tr><td> Name : </td></tr></table>');
$("#tb1").addClass("Tborder");

Comments or Responses

Login to post response