Currently I have a table variable which I want to get its table content in this way: <table><tr></tr></table> instead of getting a javascript object. Is there a solution to finding a method that could do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This assumes your table is the only table on the page. If this is not the case, give it a unique ID (such as
You can see this in action in a short demo. The pertinent things to learn are:
If you get into using a framework, jquery's .html() method and the getAttributes plugin would potentially also be helpful |
|||
|
|
|
Try following code...
|
|||
|
|
