こんにちは、 太田です。前々回、前回でDOMの基礎を簡単に解説しました。今回からは、 DOMを使った実用的なスクリプトを解説していきます。特に今回はHTMLの操作、 テキストの操作にフォーカスを当てていくつかのサンプルコードを解説していきます。
From what I understand, document.write() is supposed to plunk down some text on a page where document.write() is located, not replace all text on the page. Am I mistaken? Is there something special I ...