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
Hi! First congratulations for this excellent jQuery plugin.
I have a doubt. I appreciate if you can help me.
How do I get the successCallback function to be called? From the image below, I understood that the reason is that it has to do with the value of the cookie.
The text was updated successfully, but these errors were encountered:
Hi
not sure whether you solved the issue by yourself, but nevertheless, here is an answer to your problem.
You can assign any value to the cookie, which jquery.filedownload listens for (see setting "cookieName"). The default is "fileDownload" (see source line 113)
So if you return a Javascript-visible cookie (i.e. not HttpOnly), which is like
"fileDownload=1"
it will trigger the successCallback
HELP
Hi! First congratulations for this excellent jQuery plugin.
I have a doubt. I appreciate if you can help me.
How do I get the successCallback function to be called? From the image below, I understood that the reason is that it has to do with the value of the cookie.
The text was updated successfully, but these errors were encountered: