Bootstrap modal not displaying

后端 未结 19 1751
逝去的感伤
逝去的感伤 2020-12-29 01:52

I\'ve copied and pasted the example code from twitter bootstrap to create a basic modal window in my Rails 3.2 app:


19条回答
  •  有刺的猬
    2020-12-29 02:05

    Change you Code To something like this,

    
    
    
    Launch demo modal

    and try using data-target="#ModelId" once. maybe it's the possible causing the issue.

    Second, if you have included JQuery more then one time, remove it and include it once only. It also prevents the model sometimes.

提交回复
热议问题