2016-07-01 10 views

Antwort

0

Sie haben die Bootstrap JS-Datei (bootstrap.js), die für das mobile Navigationssystem erforderlich ist, nicht hinzugefügt.

Via CDN:

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> 

REF: http://getbootstrap.com/getting-started/#download-cdn

+0

Brill danke, wie auf der Erde habe ich vermisse das so einfach! – James

0

Sie benötigen die Bootstrap JS (<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>) Datei nach dem jQuery <script>-Tag enthalten enter image description here

+0

Brill danke, wie um alles in der Welt habe ich das so einfach vermisst! – James