Top "Refresh" questions

The periodic energizing required to maintain the contents of computer memory, screen, etc.

Equivalent code of selenium.refresh() in Selenium WebDriver (Selenium 2) using Java

In Selenium RC, I used the following code using Java for refresh on the browser: selenium.refresh(); What is the …

java refresh selenium-webdriver selenium-rc
Refresh <div> element generated by a django template

How do I refresh a certain element within a django template? Example: {% if object.some_m2m_field.all %} <…

javascript django html django-templates refresh
How to set mousemove update speed?

im generating a function where it needs to set easy and fast a signature. I'm writing the signature in an …

javascript html refresh mousemove
How to set size and layout in onSizeChanged?

I can't get my elements, for example ListView, to resize properly. I got a ListActivity for searching, with a dashboard, …

android listview resize refresh
Force a page refresh when page visited from back button

How can I force a page refresh of page 1 when a user returns to it from page 2 by pressing the …

javascript html vbscript refresh page-refresh
Angular.js: Is it possible to re-render ng-repeats based on existing scope data?

I have a bunch of connected ul lists in my view which are using a jQuery UI: Sortable directive to …

angularjs scope refresh rerender
massive memory leak in ios UIWebView

looking for mem leaks elsewhere in our system, I created a 20 MB web page with a meta refresh tag. the …

ios memory uiwebview refresh memory-leaks
Problem with IE and setInterval() not refreshing/updating

I'm using JavaScript/Jquery to make a page auto-update with a value from a database, although it doesn't seem to …

javascript jquery internet-explorer refresh setinterval
Refresh remote Git branches in Android studio

There is a new branch in the remote repository, but it does not appear in the git branches in android …

android git android-studio refresh remote-branch