bootstrap代码控制模态框的显示和隐藏

 $('#myModal').modal({
            show: true,
            backdrop:'static'
        })

你可能感兴趣的:(bootstrap代码控制模态框的显示和隐藏)