忍者ブログ

カレンダー

03 2024/04 05
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

リンク

最新記事

カテゴリー

最新コメント

RSS

ブログ内検索

アーカイブ

[8]  [7]  [6]  [5]  [4]  [3]  [2]  [1

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

DOM:要素の追加

document.createElement("br");      :<br/>を作れ
document.createTextNode("test"); :testというテキスト
document.getElementById('id').appendChild( document.createElement("br") );

■input タグの追加に関するメモ
inputタグにname、onclickの挙動がIEでは不安定。
ex) element.setAttribute(name, value)

私の打開策:inputタグを直打ちする
       var html = document.getElementById('id').innerHTML;
       html += "<input type="button" name="hoge" value="push!" />";
       document.getElementById('id').innerHTML = html;

ブラウザを意識せずに打開できるので、好きです。

拍手[0回]

PR

Comment
お名前
タイトル
文字色
URL
コメント
パスワード   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
非公開コメント
Trackback
この記事にトラックバックする:

忍者ブログ [PR]

graphics by アンの小箱 * designed by Anne