jQuery delegated event

  7:01 pm  Javascript

$(document).on('click', "#id .class element", function() {
// code
});

Reply
Share a link to this topic
close

Be the first one to reply