if you have the default layout bootstrap.js is put at the end of the page. trying to call something relying on that on a fragment that is put before the last piece of the page is loaded will obviously not run. and again, LOAD() (when not called with ajax=False) is just a nice shortcut to $.ajax . response.js allows you to have something called on a response, but you may embed the <script> on the returned component to get it executed as soon as it loads.
--

