I have some problem with the JavaScript in bootstrap. It working fine for css,but when i use javascript like modal or tooltips, it won't show. I don't know what went wrong, i've downloaded all the source code from http://getbootstrap.com/ and put
//css bootstrap
<link href="bootstrap-3.1.1-dist/css/bootstrap.min.css" rel="stylesheet">
//js bootstrap
<script src="bootstrap-3.1.1-dist/js/bootstrap.min.js"></script>
So, what should i add/configure more?