Passing data to a bootstrap modal

后端 未结 12 1920
心在旅途
心在旅途 2020-11-21 13:10

I\'ve got a couple of hyperlinks that each have an ID attached. When I click on this link, I want to open a modal ( http://twitter.github.com/bootstrap/javascript.html#modal

12条回答
  •  没有蜡笔的小新
    2020-11-21 13:43

    If you are on bootstrap 3+, this can be shortened a bit further if using Jquery.

    HTML

    Open Modal
    
    

    JQUERY

    
    

提交回复
热议问题