javascript - Bootstrap Modal Does not work -


i trying make modal work wont work.

this code: pastebin.com/es17dxkk

i followed on bootstrap site wont want work. can me out?

that's because bootstrap's javascript requires jquery loaded. add following line before import bootstrap javascript:

<!-- javascript files --> <script src="http://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> 

Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -