1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

update js in footer, add max-width to img

This commit is contained in:
Mark Otto
2011-12-09 12:10:01 -08:00
parent 1d1805ee5c
commit 7b810bf9a6
9 changed files with 19 additions and 14 deletions

View File

@@ -1122,9 +1122,9 @@
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>

View File

@@ -687,9 +687,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Bootstrap, from Twitter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="">
<meta name="author" content="">
@@ -200,9 +201,9 @@
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>

View File

@@ -30,9 +30,9 @@
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>

View File

@@ -460,9 +460,9 @@
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>

View File

@@ -377,9 +377,9 @@
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
$('.nav .active a').click(function(e) {
$('.nav .active').click(function(e) {
e.preventDefault();
$(this).parent().siblings().toggle();
$(this).siblings().toggle();
});
});
</script>