I have an observation.
When we jump from one view to another, the entire page gets reloaded.
Whereas, it should be sufficient to reload just <div id='page'> via
ajax.

Any particular reason as to why the entire page is reloaded every
time?

For my purpose, on every request, how do I load only <div id='page'>
via ajax?

Reply via email to