How can I visit to another pagination page or searching, the button does not work
Advertisements The button action does not work after searching in the index page. The action button does not work on the second page. My Ajax Script $(document).on("click", "#pagination a, #search_btn, #reset_btn", function() { if(this.id == ‘reset_btn’){ $("#searchform").reset(); } $.ajax({ url: this.dataset.url, type: ‘get’, data: $("#searchform").serialize(), processData: false, cache: false, contentType: false, success: function(data) { $("#pagination_data").html(data);… Read More How can I visit to another pagination page or searching, the button does not work