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: alexbardas/jQuery.fn.autoResize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brianoncode/jQuery.fn.autoResize
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.
  • 11 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 3, 2011

  1. Configuration menu
    Copy the full SHA
    d98fc4f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2011

  1. Configuration menu
    Copy the full SHA
    91693a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2011

  1. Set the width of the clone every time we resize.

    This is necessary in order to prevent the textarea from growing too fast
    in the case where autoResize is initialized (and, consequently, the clone
    created) before the target element is inserted into the DOM.
    ljosa committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    adf4ca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2011

  1. Merge pull request #7 from ljosa/master

    Set the width of the clone every time we resize
    padolsey committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    8da1dc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2011

  1. Add a guard to prevent autoresizing a text area that has already been…

    … autoresized
    Pivotal Casebook
    Pivotal Casebook committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    9f05388 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from Casecommons/master

    Add a guard to prevent autoresizing a text area that has already been autoresized
    padolsey committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    4d92018 View commit details
    Browse the repository at this point in the history
  3. 1.13 -- Handling accidental multiple instantiations by destroying the…

    … previous AutoResizer instance if a new one is made on the same element
    padolsey committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    f818888 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2011

  1. Configuration menu
    Copy the full SHA
    2525f3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from benpickles/master

    Work with email and url input types.
    padolsey committed Oct 25, 2011
    Configuration menu
    Copy the full SHA
    7f2a6c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4b826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e620e3 View commit details
    Browse the repository at this point in the history
Loading