Questions tagged as 'tempo-real'

2
answers

How to get the input value in real time? [duplicate]

I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> There are two inputs type radio that sends hidden pro input value, I want to get the value of this i...
asked by 12.04.2018 / 23:22
1
answer

Know whether input is focused or not in real time

Hello, I would like to make a condition in javascript where input is focused, label is none and when the person clicks off it and "blurs", label reappears. But I do not know how to do this condition to check the real t...
asked by 25.10.2018 / 21:09
0
answers

Real-time web application without websockets

I'd like to know if there's a way to make a web application, which relies on some real-time features without using Websockets (or AJAX with setInterval ) . I would not like to know how to do the above, just there is some way to do i...
asked by 23.02.2018 / 21:58
1
answer

How do I make my code run asynchronously and in real time or every time?

I need to know how I can run this code on my server, asynchronously and in real time, or every 5 minutes, for example. String asB64 = Base64.getEncoder().encodeToString("XXXX:YYYYYYYYY".getBytes("utf-8"));...
asked by 29.10.2018 / 19:59