i can't open modal in IOS from jquery
html
<div class="modal" id="getobs" style="cursor:pointer;"></div>
jQuery
var myModal = new bootstrap.Modal(document.getElementById('getobs'), {
keyboard: false
})
myModal.show();
i can't open modal in IOS from jquery
html
<div class="modal" id="getobs" style="cursor:pointer;"></div>
jQuery
var myModal = new bootstrap.Modal(document.getElementById('getobs'), {
keyboard: false
})
myModal.show();