|
|
Question : Does AJAX request go thru full Javascript page cycle (onload, onunload, etc)?
|
|
I have functions set in my window.onload and window.onunload events for a page. If that same page gets called via an AJAX request, does the window.onload and window.onunload events get fired within that request?
|
Answer : Does AJAX request go thru full Javascript page cycle (onload, onunload, etc)?
|
|
Remote page? So the page will be loaded by the user? If so, then yes the cycle will be initiated
|
|
|
|
|