Bootstrap Modal immediately disappearing

后端 未结 27 1111
清歌不尽
清歌不尽 2020-12-04 07:18

I\'m working on a website using bootstrap.

Basically, I wanted to use a modal in the home page, summoned by the button in the Hero Unit.

Button code:

27条回答
  •  不思量自难忘°
    2020-12-04 07:23

    e.preventDefault(); with jquery ui

    For me this problem occured with the click method override on a jquery ui button, causing a page reload on click by default.

提交回复
热议问题