2014-07-31 23:24:06 -04:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-08-02 19:55:15 -04:00
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
|
2014-07-31 23:24:06 -04:00
|
|
|
|
<link rel="stylesheet" href="css/font-awesome.min.css">
|
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-08-02 19:55:15 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-07-31 23:24:06 -04:00
|
|
|
|
<!-- 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-08-02 19:55:15 -04:00
|
|
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
2014-07-31 23:24:06 -04:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|