Published
- 1 min read
delegate jquery
The solution for this is noted below
delegate jquery
Solution
$(document).delegate("#myLabel", "click", function() {
$(this).alert("myLabel click");
});
Try other methods by searching on the site. That is if this doesn’t work