blah blah readme

This commit is contained in:
ablwr 2014-07-31 23:24:06 -04:00
parent 7bdae83367
commit 6048c3ca4a
2 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,24 @@
function newQuestion(){$question.hide();$question.first().show();
<html>
<head>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<!-- blah blah blah -->
<!-- function newQuestion(){$question.hide();$question.first().show();
$form.on("click", ".new-question", function() {
$(this).parent().parent().next().slideDown("slow");
});
}
} -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

1
readme.md Normal file
View File

@ -0,0 +1 @@
blah blah blah