Modal plugin of Bootstrap 2 is not displayed by the center

后端 未结 5 624
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 11:10

I use bootstrap modal plugin. But modal dialog is not shown in center. Why? my mistake?

http://dl.dropbox.com/u/573972/stackoverflow/bootstrap/modal.html



        
5条回答
  •  -上瘾入骨i
    2021-02-04 11:53

    Did you try:

    $( "#login" ).dialog({
        modal: true
    });
    

    Ref: http://jqueryui.com//demos/dialog/modal.html

提交回复
热议问题