[jQuery] How do I create object from loading JS in right time?
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.