サンプルページ - class 名を変更して CSS を変更
id=div1
id=div2 class=div2c
id=div3 class=div3c
id=pre1
実行関数
処理内容
実行ボタン
test1()
「div1」の「class」を「div2c」に変更。
実行
test2()
「div1」の「class」を「div2c div3c」に変更。
実行
test3()
「div1」の「class」を「""」 に変更。
実行
test4()
「div1」の「class」を「removeAttribute」で削除。
実行
実行
実行
実行
実行