.modal-confirm.modal.hide.fade
div.modal-header
button.close(data-dismiss='modal') x
h3
div.modal-body
p
div.modal-footer
button(data-dismiss="modal").cancel.btn Cancel
button.submit.btn Ok
javascript:
$('#login-form #forgot-password').click(function(){ $('#get-credentials').modal('show');});
これは以前は非常にうまく機能していましたが、twitter-bootstrap 2.3.0にアップグレードすると、モーダルがウィンドウの中央に表示されなくなり、ウィンドウの上部でスタックします。jquery1.8.0バージョン