blew it ALL UP

This commit is contained in:
ablwr
2014-07-31 23:22:20 -04:00
parent d2797a77c5
commit 7bdae83367
86 changed files with 118 additions and 9515 deletions

7
index.html Normal file
View File

@@ -0,0 +1,7 @@
function newQuestion(){$question.hide();$question.first().show();
$form.on("click", ".new-question", function() {
$(this).parent().parent().next().slideDown("slow");
});
}