[jQuery] Best event for changing the content of a div?
Hi,
I want to change the content of a div asap.
I know about document.ready, but if possible I'd rather do this
earlier. I'd also rather do it as an event instead of loading a script
file after the div appears in the page.
I tried the load() event, but this didn't seem to fire at all.
Anyone got any tips on this?