Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to write the script two functions #101

Open
ariefwiryanto opened this issue Mar 5, 2021 · 0 comments
Open

how to write the script two functions #101

ariefwiryanto opened this issue Mar 5, 2021 · 0 comments

Comments

@ariefwiryanto
Copy link

ariefwiryanto commented Mar 5, 2021

Dear Sir/Madam,

how to write the script two functions, such as start a timer & execute a function in 5 minutes & 30 seconds and also execute a function every 2 minutes ? is it true like below :

$('#div-id').timer({
duration: '5m30s',
callback: function() {
alert('Time up!');
}
});

$('#div-id').timer({
duration: '2m',
callback: function() {
console.log('Why, Hello there');
},
repeat: true
});

Thanks in advance
Regards,

Arief

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant