Bootstrap Modal immediately disappearing

后端 未结 27 1106
清歌不尽
清歌不尽 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:31

    I was facing the same problem during testing on mobile devices and this trick worked for me

    Submit 
    

    Change the button to anchor tag it should work, the problem occurs due to its type button as it is trying to submit so the modal disappears immediately.and also remove hide from modal hide fade give

提交回复
热议问题