As I Solve

Bulletproof solutions for the savvy developer.

Tag: convert td to div

  • Convert Table to Divs with jQuery

    Dynamically converting a table, table row (tr), or table cell (td) to be div-based may seem difficult, but it’s surprisingly simple, if you have a div in each cell containing all its content. Rather than replacing the table, tr or td tags with div, you can use jQuery to create an element after the table, […]