How to add jQuery code into HTML Page

前端 未结 6 1608
天涯浪人
天涯浪人 2020-12-05 09:51

$(\".icon-bg\")         


        
6条回答
  •  庸人自扰
    2020-12-05 10:09

    Before the closing body tag add this (reference to jQuery library). Other hosted libraries can be found here

    
    

    And this

    
    

    It should look something like this

    
     ........
     ........
     
     
    
    

提交回复
热议问题