mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
grueling jquery writing process for clicking on stuff and making stuff that happens after clicks on stuff
This commit is contained in:
parent
aafd97f3c0
commit
f34e7f9596
11
js/forms.js
11
js/forms.js
@ -1,12 +1,7 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
var $question = $('.question'),
|
||||
$nextQ = $('.next-question');
|
||||
|
||||
$question.hide();
|
||||
$question.first().show();
|
||||
|
||||
$nextQ.click(function() {
|
||||
$question.next().slideDown("slow");
|
||||
$('#generate').click(function(){
|
||||
$('#command_line').val("ffmpeg " + $('#input_name').val() + " " + $('#output_name').val())
|
||||
});
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user