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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
jquery-confirm version: v3.x.x
I'm submitting a ... [x ] feature request
Current behavior: you can't set custom attributes on buttons.
Expected behavior: set custom attributes on buttons
Related code:
save: { text: 'Save', btnClass: 'btn-secondary btn-lg mx-3', attrs: { 'x-data': '{}', 'x-show': '$store.basket.isSettled' }, action: function () { } }, }
insert any relevant code here
// get custom attributes let attrs = that.buttons[key].attrs if (attrs) { $.each(attrs, function(key, value) { button_element.attr(key, value); }); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jquery-confirm version:
v3.x.x
I'm submitting a ...
[x ] feature request
Current behavior:
you can't set custom attributes on buttons.
Expected behavior:
set custom attributes on buttons
Related code:
insert any relevant code here
The text was updated successfully, but these errors were encountered: