📜  如何使用jQuery替换div的innerHTML?

📅  最后修改于: 2021-11-25 04:35:24             🧑  作者: Mango

为了用 jquery 替换 div 的 innerHTML,使用了html()函数。

句法:

$(selector).html()

例子:



  

    
    
      changing-innerhtml-using-jquery
  
    
    
    

  

  
    
        

Geeksforgeeks

        

          This is the content inside the div before changing       

    
    
             
     

加载网页后,单击 div 内的按钮内容将被html()函数内给出的内容替换。
输出:

点击按钮前:

点击按钮后: