Tagged Questions
0
votes
1answer
62 views
Pause before executing a jQuery action
I'm putting an AJAX form in a bootstrap modal. After the form successfully submits, I want to display a success message and then hide the modal.
I first set the success message as msg, then replace ...
1
vote
3answers
799 views
how do I pause and resume a timer?
I got this function that starts a timer on this format 00:00:00 whenever I click on a button. But I don't know how to do functions resume and pause. I've found some snippets that I thought could be ...
0
votes
4answers
2k views
How to pause a function in javascript until a CONDITION is met, not until a defined limit in millisecond is set!
this is urgent and i couldn't find a solution to it. The problem is as follow:
i am designing a web app, which sends multiple commands to multiple machines. Now some of the commands i have require ...