Comments on: Dynamic Tables In JavaScript for IE and Firefox http://www.sweetvision.com/2007/04/08/dynamic-tables-in-javascript-for-ie-and-firefox/ Javascript for the programming eye Tue, 06 Jan 2009 11:30:23 +0000 http://wordpress.org/?v=2.1.2 By: chatdor http://www.sweetvision.com/2007/04/08/dynamic-tables-in-javascript-for-ie-and-firefox/#comment-5 chatdor Tue, 10 Apr 2007 15:09:57 +0000 http://www.sweetvision.com/2007/04/08/dynamic-tables-in-javascript-for-ie-and-firefox/#comment-5 You should use DOM methods when you play with tables. insertRow(), insertCell(), etc. Those are compatible with IE, FF, Safari You should use DOM methods when you play with tables. insertRow(), insertCell(), etc. Those are compatible with IE, FF, Safari

]]>
By: Know your DOM; there’s more than just the Element in there. » sweetvision http://www.sweetvision.com/2007/04/08/dynamic-tables-in-javascript-for-ie-and-firefox/#comment-6 Know your DOM; there’s more than just the Element in there. » sweetvision Wed, 11 Apr 2007 17:37:11 +0000 http://www.sweetvision.com/2007/04/08/dynamic-tables-in-javascript-for-ie-and-firefox/#comment-6 [...] dynamic tables with the Document Object Model. Thanks to chatdor’s comment to my “Dynamic Tables In JavaScript for IE and Firefox” post, I realized that I was not paying attention to the full DOM. Perhaps many of us, like [...] […] dynamic tables with the Document Object Model. Thanks to chatdor’s comment to my “Dynamic Tables In JavaScript for IE and Firefox” post, I realized that I was not paying attention to the full DOM. Perhaps many of us, like […]

]]>