superRaytin / paginationjs

A jQuery plugin to provide simple yet fully customisable pagination.
http://pagination.js.org
MIT License
912 stars 659 forks source link

Add a parameter for a custom AJAX function #89

Closed cw0102 closed 1 year ago

cw0102 commented 5 years ago

Adding a parameter for a custom ajax function to use as a drop-in replacement to $.ajax(). This is necessarily in some custom cases where the data is retrieved in a way that is not conducive to making a request directly through $.ajax(), i.e. a websocket or a caching mechanism. This adds a lot more potential flexibility to the AJAX functionality of the library for relatively little cost.

superRaytin commented 1 year ago

Thank you for a great job. Since it's been so long and there were some conflicts, I merged it to 2.4.0