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: jeffutter/jquery.maskedinput
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: digitalBush/jquery.maskedinput
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.
  • 20 commits
  • 9 files changed
  • 10 contributors

Commits on Jan 13, 2015

  1. Update LICENSE

    ..2015
    markvantilburg committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    4d54420 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

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

Commits on Jan 23, 2015

  1. Correcting javascript path on demo

    Danny Ouellet committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    1a2e986 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2015

  1. Removing upper jQuery limit.

    Closes #291
    digitalBush committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    9333fdc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Fix oldVal not beeing set

    jimmykane committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    24c3bfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request digitalBush#296 from jimmykane/master

    Fix oldVal not beeing set
    digitalBush committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    776e077 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. 1.4.1

    digitalBush committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    f197281 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Ensuring caret does not execute if the element does not have focus. T…

    …his fixes an issue in IE11 where the user may not be able to move to another input element
    Ben Cooley committed May 11, 2015
    Configuration menu
    Copy the full SHA
    0d017f4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. A little update to the documentation

    Of course it can be easily found from the source code, but it would be very convenient to see it in the documentation
    mikebobrov committed May 12, 2015
    Configuration menu
    Copy the full SHA
    7ae3485 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Forcing mask to string

    This code:
    
    $('[data-masked]').each(function() {
    	$(this).mask($(this).data('masked'));
    });
    
    Will give an error, when data-masked="99999" ... the $(this).data returns a number object, not string.
    allanmfz committed May 18, 2015
    Configuration menu
    Copy the full SHA
    b21979c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

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

Commits on Jun 12, 2015

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

Commits on Jun 19, 2015

  1. Update jquery.maskedinput.js

    Removed log
    MattSich committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    2d5e1e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request digitalBush#320 from MattSich/master

    Android issue with cursor not moving fix
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    c2f8896 View commit details
    Browse the repository at this point in the history
  3. Merge pull request digitalBush#310 from mikebobrov/patch-1

    A little update to the documentation
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    5b8b5d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request digitalBush#314 from allanmfz/patch-1

    Forcing mask to string
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    9893954 View commit details
    Browse the repository at this point in the history
  5. Merge pull request digitalBush#309 from ibcooley/master

    Ensuring caret does not execute if the element does not have focus.  …
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    0db7f73 View commit details
    Browse the repository at this point in the history
  6. Merge pull request digitalBush#288 from exlame/master

    Correcting javascript path on demo
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    c80e5e6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request digitalBush#321 from kkirsche/patch-1

    Remove moot `version` property from bower.json
    digitalBush committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    bb66bf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. 👋

    digitalBush committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    4a146e6 View commit details
    Browse the repository at this point in the history
Loading