ffmprovisr/index.html

8 lines
182 B
HTML
Raw Normal View History

2014-07-31 23:22:20 -04:00
function newQuestion(){$question.hide();$question.first().show();
$form.on("click", ".new-question", function() {
$(this).parent().parent().next().slideDown("slow");
});
}