Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery, Bootstrap help ? Re: jQuery, Bootstrap help ?

#102222
Vermaas
Participant

I stumbled across this problem a little while ago and used the settings of the model box (which is better than “messing” with it). Use one of those settings:


$('#myModal').modal({
show: false, // Set to false, otherwise the model will show up while loading the page
keyboard: true, // Set to true, now the window can be closed with the keyboard
backdrop: true // Set to true for creating a "black" background
});