Answers for "jquery detect body click"

1

detect button click jquery

$(".btn").click(function(){
  var clk = $(this).attr("id");
});
Posted by: Guest on June-27-2020
-1

jquery on body click

$('body').on('click', '.anything', function() {
Posted by: Guest on July-28-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language