Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery-archive/jquery-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dgeb/jquery-mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 28, 2011

  1. Allow for a customizable class (or classes) to be used for the loadin…

    …g message div instead of, or in addition to, the default of "ui-body-a". Also, allow $.mobile.loadingMessage to be set to true, instead of a string, so that a spinner may appear with no associated loading message.
    dgeb committed Jun 28, 2011
    Configuration menu
    Copy the full SHA
    8124e10 View commit details
    Browse the repository at this point in the history
  2. Extracted the error message logic into a new, reusable $.mobile.showM…

    …essage() function which can be used to display any message to the user. In addition to specifying a custom message, options such as delayTime, fadeTime, and wrapperClass can be specified. NOTE: the delayTime remains 800ms for page loading error messages for the sake of continuity, but the default delayTime has been increased to 2500ms, which seems more appropriate for messages of any length.
    dgeb committed Jun 28, 2011
    Configuration menu
    Copy the full SHA
    a6de24b View commit details
    Browse the repository at this point in the history
Loading