jquery click event on anchor

前端 未结 4 1689
走了就别回头了
走了就别回头了 2021-02-05 14:43

Here\'s the snippet of html i have:


      
      
4条回答
  •  清酒与你
    2021-02-05 15:33

    !THIS is tested and working.

    You forgot to put your code inside the document ready function

    $(function() {
    //your code
    });
    

提交回复
热议问题