You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
I wonder if it'll be useful to provide a callback for when an invalid entry occurs, handy if a developer wants to extend their implementation to warn when users have done something wrong.
The text was updated successfully, but these errors were encountered:
My pull request at #5 could be used to incorporate this as a jQuery event, where the implementation would listen for a jqPagination-error event and react accordingly.
Within the plugin errors could be triggered with base.trigger('error', args).
You're right, your event pull request would indeed do this. When the time comes (I'm not ready yet) I'll see to implementing your code with a view to solve this and other related issues.
Many thanks :-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wonder if it'll be useful to provide a callback for when an invalid entry occurs, handy if a developer wants to extend their implementation to warn when users have done something wrong.
The text was updated successfully, but these errors were encountered: