{"json_modified": "2014-03-25T18:52:35.465333", "slug": "Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "tags": [], "locale": "pt-BR", "title": "Adentrando uma tabela HTML com JavaScript e interfaces DOM", "translations": [{"locale": "en-US", "url": "/en-US/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2014-03-08T12:27:16", "title": "Traversing an HTML table with JavaScript and DOM Interfaces"}, {"locale": "zh-CN", "url": "/zh-CN/docs/%E4%BD%BF%E7%94%A8Javascript%E5%92%8CDOM_Interfaces%E6%9D%A5%E5%A4%84%E7%90%86HTML", "last_edit": "2008-09-20T15:57:27", "title": "\u4f7f\u7528Javascript\u548cDOM Interfaces\u6765\u5904\u7406HTML"}, {"locale": "ja", "url": "/ja/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2007-10-03T22:11:59", "title": "Traversing an HTML table with JavaScript and DOM Interfaces"}, {"locale": "fr", "url": "/fr/docs/Explorer_un_tableau_HTML_avec_des_interfaces_DOM_et_JavaScript", "last_edit": "2007-08-11T10:34:41", "title": "Explorer un tableau HTML avec des interfaces DOM et JavaScript"}, {"locale": "es", "url": "/es/docs/Trazado_de_una_tabla_HTML_mediante_JavaScript_y_la_Interface_DOM", "last_edit": "2014-03-11T20:11:12", "title": "Trazado de una tabla HTML mediante JavaScript y la Interface DOM"}], "modified": "2014-03-25T18:52:35", "label": "Adentrando uma tabela HTML com JavaScript e interfaces DOM", "url": "/pt-BR/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2012-11-14T10:00:20", "summary": "Este artigo oferece uma vis\u00e3o geral de alguns m\u00e9todos fundamentais DOM e como utiliz\u00e1-los via JavaScript. Voc\u00ea ir\u00e1 aprender como criar, manipular e remover elementos HTML dinamicamente. Os m\u00e9todos DOM apresentados aqui n\u00e3o s\u00e3o espec\u00edficos do HTML \u2014 eles tamb\u00e9m se aplicam ao XML. As demonstra\u00e7\u00f5es devem funcionar corretamente em navegadores modernos.", "sections": [{"id": "Introduction", "title": "Introdu\u00e7\u00e3o"}, {"id": "Overview_of_Sample1.html", "title": "Vis\u00e3o geral do Sample1.html"}, {"id": "Fundamental_DOM_Methods_-_Sample2.html", "title": "M\u00e9todos fundamentais DOM - Sample2.html"}, {"id": "Creating_TextNodes_with_document.createTextNode.28.22...22.29", "title": "Creating TextNodes with document.createTextNode(\"..\")"}, {"id": "Inserting_Elements_with_appendChild.28...29", "title": "Inserting Elements with appendChild(..)"}, {"id": "Creating_New_Elements_with_the_document_object_and_the_createElement.28...29_method", "title": "Creating New Elements with the document object and the createElement(..) method"}, {"id": "Removing_nodes_with_the_removeChild.28...29_method", "title": "Removing nodes with the removeChild(..) method"}, {"id": "Creating_a_table_dynamically_.28back_to_Sample1.html.29", "title": "Creating a table dynamically (back to Sample1.html)"}, {"id": "Reviewing_the_HTML_Table_structure", "title": "Reviewing the HTML Table structure"}, {"id": "Creating_element_nodes_and_inserting_them_into_the_document_tree", "title": "Creating element nodes and inserting them into the document tree"}, {"id": "Manipulating_the_table_with_DOM_and_CSS", "title": "Manipulating the table with DOM and CSS"}, {"id": "Getting_a_text_node_from_the_table", "title": "Getting a text node from the table"}, {"id": "Getting_an_attribute_value", "title": "Getting an attribute value"}, {"id": "Hiding_a_column_by_changing_style_properties", "title": "Hiding a column by changing style properties"}], "id": 57545, "review_tags": []}