i am loving jquery and the foray into a very ajax centric development
approach. 

i am stuck though on a key architectural question.

my app loads different aspects of the ui separately into divs ... and swaps
out div content according to ui actions. very responsive and elegant from
user standpoint.

the key thing i  am unclear on is how the newly ajax-loaded content can
access the javascript functionality of the rest of the page/app. say the
jquery library itself for example, or my own scripts, classes/functions.
should every loaded content chunk (using php) require_once: jquery lib, my
libs, jquery plugins etc?

won't this have a negative performance impact? or will browser caching kick
in and make it a moot point? or is there another way i should approach
things?




-- 
View this message in context: 
http://www.nabble.com/ajax-jquery-architectural-question-tf4924181s27240.html#a14092255
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to