I usually have my jQuery code near the end of the BODY tag.  However,
this app I'm working on requires many ajax call to inject certain tab
into the DOM, with each tag needing their own jQuery code.  Can the
jquery code be inside the ajax requested page so that I can seperate
the JS code, and put where it really matters?  Or does all the jQuery
code have to be located in the parent page?

Thanks!

Reply via email to