I had the same problem. After a couple of hours of trouble shooting found that,
I had
<script type="text/javascript" src="Scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="Scripts/jquery-2.1.1.min.js"></script>
instead of,
<script type="text/javascript" src="Scripts/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="Scripts/bootstrap.min.js"></script>
Related Contents:
- What is sr-only in Bootstrap 3?
- Table fixed header and scrollable body
- twitter bootstrap navbar fixed top overlapping site
- Bootstrap full-width with 2 different backgrounds (and 2 columns)
- IE8 issue with Twitter Bootstrap 3
- How do I change Bootstrap 3 column order on mobile layout?
- How to vertically center a container in Bootstrap?
- Change Bootstrap tooltip color
- Drop-down menu that opens up/upward with pure css
- How to make a pure css based dropdown menu?
- Twitter Bootstrap 3 Sticky Footer
- Twitter Bootstrap 3, vertically center content [duplicate]
- Bootstrap 3 two columns full height
- HTML inside Twitter Bootstrap popover
- How to remove the gutter (spacing) between columns in Bootstrap?
- How can I limit the visible options in an HTML dropdown?
- Bootstrap 3 collapsed menu doesn’t close on click
- How to center nav-items in Bootstrap? [duplicate]
- Create a responsive navbar sidebar “drawer” in Bootstrap?
- Bootstrap 4 Cards of same height in columns
- Empty vertical space between columns in Bootstrap 4
- Bootstrap Accordion button toggle “data-parent” not working
- Bootstrap navbar: nothing is displayed on smaller devices
- How to add hamburger menu in bootstrap
- One tall div next to two shorter divs on Desktop and stacked on Mobile with Bootstrap 4
- Bootstrap: add margin/padding space between columns
- Bootstrap 3 Glyphicons CDN
- Bootstrap columns stacking vertically on mobile device
- Hiding elements in responsive layout?
- Prevent Bootstrap Modal from disappearing when clicking outside or pressing escape? [duplicate]
- Bootstrap 3: Push/pull columns only on smaller screen sizes
- Is inside block correct?
- How to vertically center a Bootstrap carousel-caption?
- How to hide drop down arrow in IE8 & IE9?
- Form is submitted when I click on the button in form. How to avoid this?
- Bootstrap – 5 column layout
- Bootstrap 4 – Sticky footer – Dynamic footer height
- Form inline inside a form horizontal in twitter bootstrap?
- Exclude menu item from the collapse of bootstrap 3 navbar
- Align the form to the center in Bootstrap 4 [duplicate]
- How do I set the HTML options for collection_select in Rails?
- Table headers position:sticky and border issue
- How to implement curve background in CSS? [duplicate]
- Inline Form nested within Horizontal Form in Bootstrap 3
- How to move placeholder to top on focus AND while typing?
- Same height column bootstrap 3 row responsive
- How to center buttons in Twitter Bootstrap 3?
- Change color of bootstrap navbar on hover link?
- Maintain image aspect ratio in carousel
- How to prevent background scrolling when Bootstrap 3 modal open on mobile browsers?