Answers for "how to apply jquery specific div and class on click function"

1

class onclick jqery

$(document).on('click','.addproduct', function(){

    //your code here

 });
Posted by: Guest on December-21-2020
2

on click jquery

$( "#target" ).click(function() {
  alert( "Handler for .click() called." );
});
Posted by: Guest on September-04-2020

Code answers related to "how to apply jquery specific div and class on click function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language