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
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request
Current behavior:
setContent does not work with DOM elements.
Expected behavior:
Accept DOM elements in setContent to set element directly.
example:
vara=$.confirm({content: $('.otherElement').clone()});a.appendContent($('<div />').html('div element appended'));a.prependContent($('<div />').html('div element prepended'));
The text was updated successfully, but these errors were encountered:
jquery-confirm version:
v3.x.x
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request
Current behavior:
setContent does not work with DOM elements.
Expected behavior:
Accept DOM elements in setContent to set element directly.
example:
The text was updated successfully, but these errors were encountered: