I want to convert bind function into delegate but I want to change so that the event will be triggered on new elements added to the page after initial page load. How can I change it?
I want to change this code
$(".user").bind("mouseenter", fnShowUserHover);
1 Answer