I'm using bootstrap v3.2.0, i wish to change the backdrop to false after the modal have already initialized
i have try to use:
$('#myModal').removeData("modal").modal({backdrop: 'static', keyboard: false});
but is not working, please help
I'm using bootstrap v3.2.0, i wish to change the backdrop to false after the modal have already initialized
i have try to use:
$('#myModal').removeData("modal").modal({backdrop: 'static', keyboard: false});
but is not working, please help
found answer