Is it possible to run a function after the list with the locations is completely created ?
I want some jquery events on the list items and i tried to run my code via callbackSuccess. But this doesnt work because the list isnt complete yet. Ive tried it with a setTimeout function to wait for the list, but this is not the best way.
Is it possible to run a function after the list with the locations is completely created ?
I want some jquery events on the list items and i tried to run my code via callbackSuccess. But this doesnt work because the list isnt complete yet. Ive tried it with a setTimeout function to wait for the list, but this is not the best way.