jQuery check if it is clicked or not

后端 未结 6 1336
失恋的感觉
失恋的感觉 2020-11-29 02:19
$( element ).click( function() {

});

How can I check if the element is clicked or not? I\'m doing like that

function element() {
         


        
6条回答
  •  忘掉有多难
    2020-11-29 02:22

    
    

提交回复
热议问题