Alternative for innerHTML?

前端 未结 12 793
遇见更好的自我
遇见更好的自我 2020-12-04 13:34

I\'m wondering if there\'s a way to change the text of anything in HTML without using innerHTML.

Reason I\'m asking is because it\'s kinda frowned upon by the W3C. I

12条回答
  •  Happy的楠姐
    2020-12-04 13:42

    You could use DOM as follows:

    
    
    
    before

    But I think anyone rarely do this but use a framework like jQuery or Prototype or any other javascript framework out there instead. This is jquery example:

    
    
    
    
    
    
    before

提交回复
热议问题