Top "Page-refresh" questions

Questions dealing with causing or preventing the re-rendering of an HTML document by a web browser.

React | How to detect Page Refresh (F5)

I'm using React js. I need to detect page refresh. When user hits refresh icon or press F5, I need …

javascript reactjs browser page-refresh
Retain page data on refreshing the page

I am new to angular. I am using a service which gets a list of objects and displays them on …

angularjs page-refresh rootscope
How do I programmatically refresh a browser

I have three computers; Server, Client and Viewer. I am in control of the server and the viewer. The user …

javascript html ajax browser page-refresh
Conditional rendering in JSF

Hello I have this code to conditionally render components in my page: <h:commandButton action="#{Bean.method()}" value="Submit"&…

jsf jsf-2 rendering page-refresh
How can I block page autorefresh in Google Chrome?

I would like to stop autorefresh page in Google Chrome, because it is a very annoying and memory consuming issue …

google-chrome browser refresh google-chrome-devtools page-refresh
How to refresh a page in a backbone application

I am using backbone to build my web app. Currently I am facing an issue whereby if I am on …

javascript backbone.js page-refresh
Refresh favicon in bookmarks (Firefox)

Few days ago, I've changed the favicon of my website: it works well when I open the website: My website …

firefox browser favicon bookmarks page-refresh
Stop Javascript and HTML from Loading From Cache

I am building a single page javascript app and when the application starts I use a single javascript file to …

javascript html caching browser-cache page-refresh
How to refresh another page using javascript without opening the same page in a new tab

Is it possible to refresh a page from another page using Javascript or JQuery without opening the same page in …

javascript jquery reload page-refresh
How to refresh the page after closing p:dialog

I've the below dialog: <h:form id="r1"> <p:commandButton value="Basic" type="button" onclick="PF('dlg1…

jsf primefaces dialog page-refresh