-
Notifications
You must be signed in to change notification settings - Fork 95
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
returnUri: true Breaks when using <button> instead of <a> #20
Comments
push... |
Download attribute only works with anchor tag, and not button. Please let me know if you think otherwise, or need any other feature in the plugin. Thanks. |
Mine is in an anchor tag: still no luck. I ended up having to go with server side excel generation because of the lack of IE support with your library. You have a great library though. If IE ever gets with the times I'll definitely be using it. Thanks for the response. |
Unfortunately, IE is not big in adapting to latest specifications, that's why URI feature is missing in the same. Also, the plugin documentation already talks about the supported browsers, Morever, if you need to use a Server Side plugin, please use the following, |
When using a instead of an to trigger.
Maybe this is because returnUri relies on the href attribute?
with returnUri : true. Breaks silently.No error is thrown when using
jsFiddle Test Case:
http://jsfiddle.net/cphill02/cEAh6/
The text was updated successfully, but these errors were encountered: