==== load ==== .. js:function:: load(callback) **domain**: client **language**: javascript **class** :doc:`Task ` Description =========== ``Load`` method loads the project :doc:`task tree ` from the server and initilizes it. When a Web browser loads the jam.js library in index.html file, jam.js creates an empty task object. The ``load`` method loads the project :doc:`task tree ` from the server and initilizes it (see :doc:`workflow `). After that the application triggers :doc:`on_page_loaded ` event. Example ======= The following code is from the project index.html file. .. code-block:: html See also ======== :doc:`login ` :doc:`logout ` :doc:`user_info ` :doc:`Users ` :doc:`Roles `