Hello everyone i have make a function and call this $(window).bind('load', function (e) { debugger; setTimeout(() => { $('.publishericons').click(function (e) { var PublisherID = (this.getAttribute("publisherid")); var userId = "296"; GetPublisherDetail(PublisherID, userId); }) },2000) })
This is call only first time and i have click next page this is not call.only call one time