Top "Onload-event" questions

jQuery resize function doesn't work on page load

How do I get this function to not only run on window resize but also on initial page load? $(window).…

jquery onload-event
Can I override document.ready in typescript

I have an application which has different pages and roughly every page has it's own js (which are generated by …

jquery onload typescript document-ready onload-event
Stop A Web Page From Loading Until A JQuery AJAX Call Completes?

I have requirements for a legacy site where I can't redesign the screens, I can't use header no-cache tags and …

javascript jquery ajax onload-event
Cross Browser Dom Ready

I inherited this piece of code and it seems sub-optimal and possibly incorrect since it's adding event listeners on both …

javascript dom-events onload-event
onLoad ribbon callback fails (not firing/working) from Excel VBA .xlam

I've created a simple Excel add-in to demonstrate the problem whereby the ribbon onLoad event isn't firing when the project …

vba excel add-in onload-event
What setup code should go in Form Constructors versus Form Load event?

For winforms applications I'm wondering what setup code should go in: MainForm() as opposed to MainForm_Load(object sender, EventArgs …

c# winforms constructor onload-event
How to load a javascript function in html (span tag)

Here I have an HTML Element: <h3>Current Date: <span id="spanDate"></span></…

javascript html onload-event
Image.onload event not firing

I'm trying to load a temporary image tag. Once that tag is done loading the image, I will set the …

javascript image onload-event
jquery .load( ) and trigger function AFTER new content loads? just like JavaScript onload event

Using jquery, I am swapping some content in a web page by use of jquery's .load() function. I want to …

jquery-load onload-event ready
How to fire event handlers after AJAX content has loaded in JQuery

I'm trying to use an AJAX request to load some information into a table using JQuery. I can load the …

jquery ajax tablesorter onload-event