Skip to content
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/jquery-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: superuser/jquery-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ticker
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 6, 2010

  1. Initial release of the jQuery UI Ticker.

    Kai Schlamp committed Nov 6, 2010
    Configuration menu
    Copy the full SHA
    4fa4037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd1407 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2010

  1. Active option. Stop and start method. More tests.

    Kai Schlamp committed Nov 7, 2010
    Configuration menu
    Copy the full SHA
    7528b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425b13e View commit details
    Browse the repository at this point in the history
  3. Renamed fadeInTime to fadeTime.

    Kai Schlamp committed Nov 7, 2010
    Configuration menu
    Copy the full SHA
    37354da View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2010

  1. Fixed a bug when nextItem returned null. Renamed next to nextItem. Re…

    …named slidingTime to scrollTime. More tests.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    e91d8bb View commit details
    Browse the repository at this point in the history
  2. Better visualization by using overflow: hidden instead of synchronize…

    …d slidings.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    c467e0f View commit details
    Browse the repository at this point in the history
  3. beforeScroll is not allowed to stop the ticker anymore as nextItem ca…

    …n also do that.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    0eb4662 View commit details
    Browse the repository at this point in the history
  4. Some little adjustments so tests have enough time.

    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    544e95e View commit details
    Browse the repository at this point in the history
  5. The added style (by setting the height) is now removed again when des…

    …troying the ticker.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    0179532 View commit details
    Browse the repository at this point in the history
  6. Provide the data and bindings also for the clone, so that users can a…

    …ccess them in the nextItem method.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    1264a98 View commit details
    Browse the repository at this point in the history
  7. Retain data and bindings on cloned last item.

    Some text adjustments as ticker is not very accurate.
    Kai Schlamp committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    b6a4cca View commit details
    Browse the repository at this point in the history
Loading