Change All Table Elements To Div Inside The Td Tag Only Jquery
I have a TABLE structure that i want to convert its element to DIV using jQuery Function HTML EXAMPLE:
Solution 1:You can use the following:
It grabs the HTML from inside your table and replaces all instances of "table", "tbody", "tr", and "td" with "div". Working example here |
Post a Comment for "Change All Table Elements To Div Inside The Td Tag Only Jquery"