Ankush Verma

Ankush Verma

  • NA
  • 187
  • 15.1k

Function Call After Paginantion

Jul 22 2021 3:59 PM

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

 


Answers (1)