I didn't try it but I think you have to replace in web2py_ajax.html the
current function. Tell me if this work, Im interested in this too. (you have
to load jquery of course head.js("/path/to/jquery.js"); )

function web2py_component(action,target) {
  head.ready(function() {web2py_ajax_page('get',action,null,target); });
}


2011/4/18 pbreit <[email protected]>

> Are there any tricks to get this working with LOAD()? I can't seem to get
> my LOADs to work when I implement head.js. Is it because the LOAD is being
> attempted before Jquery is loaded?

Reply via email to