2014-07-31 23:24:06 -04:00
|
|
|
|
<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();
|
2014-07-31 23:22:20 -04:00
|
|
|
|
$form.on("click", ".new-question", function() {
|
|
|
|
|
$(this).parent().parent().next().slideDown("slow");
|
|
|
|
|
});
|
2014-07-31 23:24:06 -04:00
|
|
|
|
} -->
|
|
|
|
|
|
2014-07-31 23:22:20 -04:00
|
|
|
|
|
|
|
|
|
|
2014-07-31 23:24:06 -04:00
|
|
|
|
<script src="js/jquery.min.js"></script>
|
|
|
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|