jQuery onclick does not work

前端 未结 4 576
梦如初夏
梦如初夏 2021-01-23 12:25

I trying to get onclick work, but it does not... Here is my code:

HTML




        
4条回答
  •  后悔当初
    2021-01-23 12:53

    Maybe JQuery library is missing..then add this on you code:

    $(document).ready(function(){
    ...code here..
    });
    

提交回复
热议问题