Top "Reload" questions

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

How to refresh jqplot bar chart without redrawing the chart

I have a jqplot bar chart and I want the chart data to be changed when the user changes the …

jquery-plugins refresh reload bar-chart jqplot
How to reload a module's function in Python?

Following up on this question regarding reloading a module, how do I reload a specific function from a changed module? …

python methods import reload
javascript location.hash refreshing in IE

I need to modify the hash, remove it after certain processing takes place so that if the user refreshes they …

javascript hash internet-explorer location reload
Python3 - reload() can not be called on __import__ object?

Ok so for a number of reasons, I've been using s = __import__('parse') for the longest time in Python2, now …

python python-3.x module reload python-3.3
Changing UITableView's section header/footer title without reloading the whole table view

Is there any way to reload the section header/footer of a table view without calling [tableView reloadData];? In fact, …

ios uitableview header footer reload
Reload a page with location.href or window.location.reload(true)

I need to reload a page in a success of an ajax call. I'm seeing some code (not mine) and …

javascript reload window.location location-href
AngularJS: Change hash and route without completely reloading controller

I have a controller, with a route like this: #/articles/1234 I want to change the route without completely reloading the …

controller reload routes angularjs persist
Apache HTTPD reload

Does anyone know if while Apache HTTPD is doing a reload (which, let's say, takes five seconds) can it still …

reload apache
Python script scheduling in airflow

Hi everyone, I need to schedule my python files(which contains data extraction from sql and some joins) using airflow. …

python apache-spark scheduling reload airflow
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