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
seems using the following is not working for me. Has this issue been reported? I see this one as well, but if there is a method to change the element appended to in the options I'd like to control that per instance of remodal.
It is a bad idea, but you can do it. Move the block of the modal to the specific div with detach and appendTo jquery methods.
seems using the following is not working for me. Has this issue been reported? I see this one as well, but if there is a method to change the element appended to in the options I'd like to control that per instance of remodal.
<div class="remodal" data-remodal-id="modal_id" data-remodal-options="appendTo: document.getElementById('day1')">
replacing
document.body
with a form element with the id of'day1'
The text was updated successfully, but these errors were encountered: