Posts by Renato • 19 points
4 posts
-
0
votes1
answer332
viewsQ: Scheduling of Tasks
I wonder if it is possible to schedule tasks with javascript, ie I have a javascript script and if it was possible to "clear" the 01:00 hour was run automatically. I know that in other server…
-
1
votes2
answers163
viewsQ: Loading Bar
Hello, how do I create a load bar not need to be a Progress bar, until I receive the return of a function. $.ajax(settings).done(function (response) { console.log(response); }…
-
0
votes1
answer50
viewsQ: How to take the return value of the function
How to take a certain function return value. I would like to get the Status value. $.ajax(settings).done(function (response) { console.log(response); }…
-
0
votes1
answer2289
viewsA: Add color to javascript text
Hello by javascript you can do this way: // Change the background color: document.getElementById('texto').style.backgroundColor = 'blue'; // ou a cor que quiser // Muda a cor do texto:…