skeleton/README.tmpl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 20 Oct 2010 09:03:37 +0200
changeset 6555 f8b36b1e98bf
parent 5184 955ee1b24756
permissions -rw-r--r--
[javascript] fix loadRemote implementation for synchronous requests In case of synhronous requests, loadRemote is supposed to return the "interpreted" server result (e.g a json object, a DOM object, ...). $.ajax() always return the XHR object, so we have to use the success callback to capture the actual server result and return it later.

Summary
-------
%(longdesc)s