$(document).on("click", ".image-class", function() {
alert("I've been clicked");
});
Wednesday, 13 December 2017
How to use Jquery to add click function ?
Subscribe to:
Post Comments (Atom)
$(document).on("click", ".image-class", function() {
alert("I've been clicked");
});
Hello,
No comments:
Post a Comment