On Friday, October 28, 2011 6:50:20 PM UTC-4, TheSweetlink wrote: > > Do you mean something like use jQuery from the outer part of the page > which contains the component? > > I do not know how I would do that. I tried something along those > lines unsuccessfully before but I may have just implemented it > incorrectly. > > My trouble is having js interact with the stuff loaded into the > component, from outside the component. >
Yes. The component is just a div in the page, so JS from outside the component should be able to interact with it. In fact, you can have one component interact with another (e.g., clicking a link in one component can trigger another to reload). Anthony

