$(document).ready works in external files, as long as jquery is included on the page.
On 6/18/07, John Farrar <[EMAIL PROTECTED]> wrote:
I need to JS I am loading to create the object instance only after the DOM is loaded. What is the correct command? I want to initialize this from the include file rather than from the page where it's used. This is not currently a plug-in, and I may make it one. Right now my goal is listed above here.