Hi there,
I think you don't have the complete files, do something like this.
<!DOCTYPE html>
<html>
<head>
<link
href="http://twitter.github.io/bootstrap/assets/css/bootstrap.css"
rel="stylesheet" type="text/css" />
<link
href="http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css"
rel="stylesheet" type="text/css" />
</head>
<body>
........
</body>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script
src="http://twitter.github.io/bootstrap/assets/js/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.dropdown-toggle').dropdown();
});
</script>
</html>
CODE VIEW: http://jsbin.com/urujat/1/edit
LIVE VIEW: http://jsbin.com/urujat/1/
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.