Questions tagged [refresh]

The periodic energizing required to maintain the contents of computer memory, screen, etc. It can refer also to the update of a display to show the latest version of the data.

Source: http://en.wiktionary.org/wiki/refresh

5342 questions
1
vote
1 answer

secured API with a JWT

I am currently learning how JWT is working and I am making an API with. I've made a middleware function so for each call to a secured route, the middleware is called and analyze the accessToken. I pass the token in the header of HTTP request in the…
Carlos
  • 119
  • 10
1
vote
2 answers

How to refresh a whoke oage except for a single certain div using Javascript?

How can i refresh a whole new page and all the elements, except for a certain div section. Is it ever possible to be done with pure javascript only? Thanks.
Jkil
  • 19
  • 7
1
vote
1 answer

JPA JQL query after bulk UPDATE sees stale values

I have an EclipseLink JPA demonstrative application, which issues a JPQL SELECT statement after executing a JPQL UPDATE statement. The SELECT statement "sees" stale data as follows: if no hints are provided, result data are stale if…
1
vote
1 answer

How to automatically trigger code in background in Swift?

Beginner trying to create an app that gives the user a random "word of the day". Through testing I realised that the app has to be opened every day by the user in order to manually trigger the function isRefreshRequired() (which retrieves the new…
Sushi
  • 29
  • 6
1
vote
1 answer

How do I output a new random number to an HTML doc(via innerText) in JavaScript?

I am doing a simple math game in HTML and JavaScript for school, this is just a small part of it. Basically I have a button that I want to be able to press, and each time I press it I want it to output a new number to the innerText of a div in the…
stee_vo
  • 33
  • 5
1
vote
1 answer

React retains the input value after the page is refreshed and keeps it in local storage

I'm doing a feature using react, which saves text from input and automatically updates to local storage, I want even if I refresh the page the text in the input stays and the state doesn't reset from scratch. Thanks for helping me, have a nice day.…
Tam Do
  • 181
  • 4
  • 15
1
vote
1 answer

Vue.js dynamic reload src of Image

I have an image changes in the server but without changing the name so I want to reload the source in vuejs without refreshing the page, This my vue :