mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-25 08:24:20 +01:00
8 lines
182 B
HTML
8 lines
182 B
HTML
function newQuestion(){
$question.hide();
$question.first().show();
|
||
$form.on("click", ".new-question", function() {
|
||
$(this).parent().parent().next().slideDown("slow");
|
||
});
|
||
}
|
||
|
||
|