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
jquery-confirm version: v3.3.0
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [ x] support request
Current behavior: setting defaults is not clear. I'm adding this to my app.js but getting jconfirm is not defined error on the page
require('jquery-confirm'); jconfirm.defaults = { closeIcon: true, closeIconClass: 'fa fa-close', columnClass: 'medium-6 small-10 columns medium-offset-3 small-offset-1' };
Expected behavior: Other information: Using jconfirm with foundation which is why I want to set other classes by default
The text was updated successfully, but these errors were encountered:
This plugin does not support AMD as of now, im looking to add this feature. for now you will have to add the js file globally.
Sorry, something went wrong.
@craftpip any update to supporting AMD?
#320 Support AMD, CommonJS
479304a
Sorry for the late reply, AMD is coming
Hi @craftpip! Thanks so much for this. Just circling back; is this commit official? I see 3.3.0 as being the official version on https://craftpip.github.io/jquery-confirm/. Thank you!
No branches or pull requests
jquery-confirm version:
v3.3.0
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[ x] support request
Current behavior:
setting defaults is not clear. I'm adding this to my app.js but getting jconfirm is not defined error on the page
Expected behavior:
Other information:
Using jconfirm with foundation which is why I want to set other classes by default
The text was updated successfully, but these errors were encountered: