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: beausmith/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.
  • 3 commits
  • 0 files changed
  • 1 contributor

Commits on Oct 26, 2010

  1. Configuration menu
    Copy the full SHA
    5b763a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811ba0e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2010

  1. Merge remote branch 'jquery/master'

    * jquery/master: (27 commits)
      Fixed 138 - transition: fix flip (and cube?)
      Fixed #117
      changed #fff to #ffffff in ui-body-b and ui-body-e because IE has issues with shorthand notation in filters.
      Small improvement to keep from querying the DOM more than once for the data-role=pages elements.
      added support for enable and disable methods
      changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions
      rewrote checkboxradio to use widget factory. renamed method checkboxradio and updated page plugin to match
      rewrote navbar with widget factory
      added check to make sure active link isn't in the new activepage (such as when it's appended to the new page for persistence), before removing class
      converted customButton plugin to widget factory (note: this is just the plugin for native button elements, not to be confused with the buttonMarkup plugin).
      moved line where # is removed to prevent base url prefixing on local anchor links
      moved active class removal code into function - now called after ajax error as well as successful page change
      made sure local # urls go through the regular page nav path, and only update the hash on success
      removed a few chars from condition. Thx @JeffreyWay for suggestions on the last few commits.
      used cached version of $this
      removed nullLink var
      updated regexp to test for protocol or # at beginning of url.
      simplified attr get/check
      Fixed broken <code> element.
      commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite
      ...
    beausmith committed Oct 31, 2010
    Configuration menu
    Copy the full SHA
    3e55852 View commit details
    Browse the repository at this point in the history
Loading