Answers for "on click jquery on document"

2

jquery $(document.on click

$(document).on("click","#test-element",function() {});
Posted by: Guest on May-27-2020
0

document.on chenage jquer

$(document).on('change', 'input', function() {
  // Does some stuff and logs the event to the console
});
Posted by: Guest on July-27-2020

Browse Popular Code Answers by Language