[removed] AppendChild

后端 未结 6 985
花落未央
花落未央 2020-12-10 07:10

I was learning about appendChild and have so far come up with this code:

6条回答
  •  天涯浪人
    2020-12-10 07:23

    Do yourself and us a favor and use JQuery. Everything becomes much simpler.

    $('div.SomeDiv').append($('
    ').css('width','100%').append($('').append($('').append($('').html("Blah Text"))))); // Everything else you want to add here...

提交回复
热议问题