Posts by RafaT93 • 15 points
4 posts
-
0
votes1
answer32
viewsQ: Result Search not located
Good morning! I have two JS, one that emulates something similar to a database following the example: var menu; $(document).ready(function() { menu = new clsMenu(); var Exemplo01 =…
-
0
votes1
answer93
viewsQ: Browser Guide / Title Blink when Reaching Given Time
I have the following code: function startTimer(duration, display) { var timer = duration, minutes, seconds; myInterval = setInterval(function () { minutes = parseInt(timer / 60, 10) seconds =…
-
0
votes2
answers110
viewsQ: Trigger two functions with separate onscroll events - JS
Good morning, I need a help, I have two functions that use the onscroll event, a function to appear a "Back to Top" button where when it is presented to the user it can be triggered and will be…
-
1
votes0
answers210
viewsQ: Datetimepicker count and mark next working days
Good morning! I have a big problem, I use the Bootstrap Datetimepicker to include a calendar just above a stopwatch on an html page, but now it has been requested that in this calendar, the next 5…