Top "Reload" questions

reloading is the process of re-requesting and re-rendering the currently displayed page

JavaScript hard refresh of current page

How can I force the web browser to do a hard refresh of the page via JavaScript? Hard refresh means …

javascript reload page-refresh window.location
How do I reload a page without a POSTDATA warning in Javascript?

I want to reload a page using: window.location.reload(true); But I receive the POSTDATA warning because the refresh …

javascript refresh reload postdata
Is there a better way to refresh WebView?

Ok. I have looked EVERYWHERE and my little brain just can't understand a better way to refresh an activity. Any …

android refresh webview reload
How to force page refreshes or reloads in jQuery?

The code below displays a Google map and search results when you enter an address and hit the submit button. …

javascript jquery google-maps refresh reload
PHP refresh window? equivalent to F5 page reload?

Is there anything in PHP that is the equivalent of manually pressing the F5 page reload button? My php script …

php refresh reload
Is there an easy way to reload css without reloading the page?

I'm trying to make a live, in-page css editor with a preview function that would reload the stylesheet and apply …

javascript css stylesheet reload
Reload the page after ajax success

I have some problems with redirecting/reloading after a successful ajax call. Here is the situation: I have item for …

php jquery ajax refresh reload
How to reload a div without reloading the entire page?

I suppose what I am asking is really easy for most of you. I want to reload a div without …

javascript jquery ajax html reload
Change hash without reload in jQuery

I have the following code: $('ul.questions li a').click(function(event) { $('.tab').hide(); $($(this).attr('href')).fadeIn('slow'); …

jquery hash reload fragment-identifier window.location
python refresh/reload

This is a very basic question - but I haven't been able to find an answer by searching online. I …

python refresh reload