Skip to content
New issue

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

After jQuery 1.9 export excel fails. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jorix
Copy link

@jorix jorix commented Aug 22, 2015

This is due to property jQuery.browser was removed in jQuery 1.9.

But there is another problem: until now when is specified the success function of click "export to excel" the function is never called using IE/Edge and Safari.

Both problems are fixed by this patch.

This is due to property `jQuery.browser` was removed in jQuery 1.9.
But also until now the `success` function of click export to excel is never called using IE and Safari.

Both problems are fixed by this patch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant