You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Displays a small loading overlay when jQuery Mobile loads in content via AJAX, or when you want to perform an action that momentarily blocks user interaction.
You use JavaScript to start/stop the loader weblet:

      Lstd.Weblets.stdLoader.start(my_id); // Displays the loader with an id of "my_id"
      Lstd.Weblets.stdLoader.stop(); // Stops theactive loader


Properties – Loader (std_loader

  • No labels