bootstarp modal幅自動調整のJSコード
210 ワード
$modal.modal({
backdrop : 'static'
}).css({
width: 'auto',
'margin-left': function () {
return -($(this).width() / 2);
}
}); ;
$modal.modal({
backdrop : 'static'
}).css({
width: 'auto',
'margin-left': function () {
return -($(this).width() / 2);
}
}); ;