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:
e.preventDefault(); with jquery ui
e.preventDefault();
For me this problem occured with the click method override on a jquery ui button, causing a page reload on click by default.