Posts by Aquiles Maior • 79 points
7 posts
-
0
votes1
answer239
viewsQ: Xmlhttprequest - Depreciated Async False
My console is informing me of this: jquery.js:9592 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because However, I need async false and I’m not sure how to do it.…
-
0
votes1
answer49
viewsA: Simplify Date Request via json
The solution I found was to call my other function within the scope, so my other function was able to receive the value of serverTime. var xmlhttp = new XMLHttpRequest(); xmlhttp.onload = function()…
-
0
votes1
answer49
viewsQ: Simplify Date Request via json
can I return the value of a variable outside the block "in case it would be the variables serverTime and off", say so I can use in another function or in my html code. var xmlhttp = new…
-
2
votes1
answer109
viewsQ: Timer in Javascript does not start
I have the following situation, days ago I created a timer with some conditions and everything right. But now I need to call the function more than once, because the timer will run independently for…
-
1
votes2
answers100
viewsQ: Remaining minutes between field and dateAtual
I am trying to create a direct query in mysql where I must return some value if the time interval of the current date and my datareg field is 02 minutes. SELECT * FROM tabelax WHERE grade = 19 AND…
-
0
votes1
answer51
viewsQ: Thumbnails of the Categories
what would be the best way to catch the thumbnails of the categories ? function get_listaCatPort($atts) { echo '<ul class="section section-filters">'; $atts = array( 'taxonomy' =>…
-
1
votes3
answers397
viewsA: Footer does not remain at the bottom of the page
**Tenta isso aqui ó:** <footer class="page-footer font-small footer-fundo-cinza"> <div class="container"> <div class="row pt-3"> <div class="col-md-4"> ... </div>…