We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/defunkt/jquery-pjax#events pjax:success | | data, status, xhr, options | after replacing HTML content loaded from the server
So... This is part of args of functions. First argument alvays is JQuery event...
I think we can add some examples of all arguments, like this
$(document).on('pjax:success', function(event, data, status, xhr, options) { console.log(event); console.log(data); console.log(status); console.log(xhr); console.log(options); });
The text was updated successfully, but these errors were encountered:
Update README.md
3fd7c64
defunkt#699
No branches or pull requests
https://github.com/defunkt/jquery-pjax#events
pjax:success | | data, status, xhr, options | after replacing HTML content loaded from the server
So... This is part of args of functions. First argument alvays is JQuery event...
I think we can add some examples of all arguments, like this
The text was updated successfully, but these errors were encountered: