javascript Programming Glossary: hidetd
getElementsByClassName not working http://stackoverflow.com/questions/3349332/getelementsbyclassname-not-working with different IDs script type text javascript function hideTd id if document.getElementById id .textContent '' document.getElementById.. id .style.display 'none' script head body onload hideTd '1' hideTd '2' hideTd '3' table border 1 tr td id 1 not empty.. .style.display 'none' script head body onload hideTd '1' hideTd '2' hideTd '3' table border 1 tr td id 1 not empty td tr tr..
|