JQuery: .LOAD, how to get next call to happen AFTER the .LOAD completes?
Basicly Im loading some information into a div which is dynamically adjusting the height of the DIV as it loads.
I then want to run a call to adjust the height of the DIV, but can only properly calculate after the load completes in full.
Thanks!
You can pass
load()a callback like so: