|
execute internal function after external function runs
I have a sheet with external jQuery functions, and a page with one internal jQuery function. The external function runs as soon as the DOM is ready. I want the internal function to wait until after the external function has executed to run. What is the syntax for that?
__________________
Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. Groucho Marx
|