Skip to content
This repository was archived by the owner on Jul 29, 2022. 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: NicolasCARPi/jquery_jeditable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nfreear/jquery_jeditable
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.
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 1, 2013

  1. Issue #84, jquery.jeditable.html5 is a Javascript plugin for Jeditable

    * It adds HTML5 form input types - eg. type="number"..
    * ..Form validation constraints - eg. required, pattern= ..
    * And, improves keyboard accessibility using WAI-ARIA roles etc.
    nfreear committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    8172ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Configuration menu
    Copy the full SHA
    45ec18f View commit details
    Browse the repository at this point in the history
  2. Bug #84, Add jquery.jeditable.html5 Javascript plugin to QUnit tests

    * Needed to bump the jQuery version from 1.2.6 to 1.4.4 (likely minimum)
    nfreear committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    28b3679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47ed3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3271221 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. Bug #84, Improve $.fn.checkValidity function and QUnit tests

    * Fix robustness of `.checkValidity()`
    * Add function `typeof` unit tests to `tests/index.html`
    nfreear committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    29fe935 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. Bug #84, Make `jquery.editable.html5' JS plugin work in Internet Expl…

    …orer
    
    * _supportInType private function based on "Dive into HTML5" example,
    * http://diveintohtml5.info/everything.html
    * Re-order QUnit tests
    nfreear committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    8fe08d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838e2ec View commit details
    Browse the repository at this point in the history
Loading