On Saturday, February 4, 2012 3:36:18 PM UTC-5, blackthorne wrote: > > btw, is there any way to only load the wrapping page when the loaded > component is complete so that JS behaves properly? >
Not quite sure what you mean. You could use LOAD(..., ajax=False), but then the component won't load asynchronously -- the entire page (including the component) will be generated and returned in a single request. Anthony

