Skip to content
This repository was archived by the owner on Jul 27, 2020. 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: IanLunn/jQuery-Parallax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aledelgo/jQuery-Parallax
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.
  • 15 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 8, 2013

  1. Moved parameter parsing code to make them significative.

    Moved parameters parsing to top... elseway the parameter of this line were just completely ignored and replaced with default values.
    $('#parallax1').parallax("10%", 1.5);
    Now it works great!
    Alessandro Del Gobbo committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    d221868 View commit details
    Browse the repository at this point in the history
  2. Upgraded jQuery to 1.10 and the Parallax to 1.1.4

    Upgraded jQuery to 1.10 and the Parallax to 1.1.4
    Alessandro Del Gobbo committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    326d97a View commit details
    Browse the repository at this point in the history
  3. Updated descriptions

    Alessandro Del Gobbo committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    c129380 View commit details
    Browse the repository at this point in the history
  4. Upgraded jQuery to 1.101 with Migrate library

    Alessandro Del Gobbo committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    01abbf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2013

  1. Added parameter to set the initial vertical position of Backgrounds

    Added support parameter to set the initial vertical position of Backgrounds
    Alessandro Del Gobbo committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    92bfa86 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2014

  1. Configuration menu
    Copy the full SHA
    1066bca View commit details
    Browse the repository at this point in the history
  2. single "var" per scope

    alexVauch committed May 29, 2014
    Configuration menu
    Copy the full SHA
    a0bb6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23fbc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5ade2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06d8ac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5633dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d0551f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Configuration menu
    Copy the full SHA
    f771255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a736e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Merge pull request #1 from alexVauch/feature

    Small improvements
    Alessandro Del Gobbo committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    2fbfd2c View commit details
    Browse the repository at this point in the history
Loading