Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Bootstrap navbar: Adding link and preventDefault() workaround. Reply To: Bootstrap navbar: Adding link and preventDefault() workaround.

#171300
Emil
Participant

Nobody? Maybe this question works better:

First I am calling window.location like this

dropdownToggle.click( function(){
  window.location.href = aboutLink;
});

Later (in my case when the browser window is small) I do not want to navigate away when clicking on dropdownToggle. Is there a way to prevent window.location.href?