ffmprovisr/index.html

8 lines
182 B
HTML
Raw Normal View History

2014-08-01 05:22:20 +02:00
function newQuestion(){$question.hide();$question.first().show();
$form.on("click", ".new-question", function() {
$(this).parent().parent().next().slideDown("slow");
});
}