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-validation/jquery-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adamzr/jquery-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 16, 2010

  1. Configuration menu
    Copy the full SHA
    0bb3d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae17f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb48204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3fedce View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2011

  1. Metadata plugin is being discontinued according to http://blog.jquery…

    ….com/2011/04/16/official-plugins-a-change-in-the-roadmap/ Therefore changed behavior so that if meta property is set, but the plug-in is not available we will use the jQuery data for that name, this allows us to use HTML5 data- attributes i.e. data-meta
    adamzr committed Apr 22, 2011
    Configuration menu
    Copy the full SHA
    40f71ab View commit details
    Browse the repository at this point in the history
  2. Handle custom messages through jQuery's data method if there's no met…

    …adata plug-in (which is being discontinued)
    Adam Rich committed Apr 22, 2011
    Configuration menu
    Copy the full SHA
    90989c2 View commit details
    Browse the repository at this point in the history
  3. Demo of new feature that uses jQuery's data method (including custom …

    …HTML5 data- attributes) when there is a meta option, but there is no metadata plug-in. Also latest version of jQuery, 1.5.2.
    Adam Rich committed Apr 22, 2011
    Configuration menu
    Copy the full SHA
    56d39c3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2011

  1. Merge branch 'plugin-json' of https://adamzr@github.com/adamzr/jquery…

    …-validation.git
    Adam Rich committed May 5, 2011
    Configuration menu
    Copy the full SHA
    48ed457 View commit details
    Browse the repository at this point in the history
  2. Add additional HTML5 input types to validate

    Adam Rich committed May 5, 2011
    Configuration menu
    Copy the full SHA
    5792909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d312db View commit details
    Browse the repository at this point in the history

Commits on May 17, 2011

  1. Validate number field

    Adam Rich committed May 17, 2011
    Configuration menu
    Copy the full SHA
    bc952c2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2011

  1. Fixes bug where IE latches on to the HTML5 required attribute and wil…

    …l override the required property in meta data
    Adam Rich committed May 18, 2011
    Configuration menu
    Copy the full SHA
    c296f51 View commit details
    Browse the repository at this point in the history
Loading