Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/online_check/check.js
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jQuery to 3.5.1Arthur de Jong2020-09-041-71/+68
| | | | This also runs eslint over check.js and fixes an issue from the upgrade.
* Improve online check animationArthur de Jong2018-04-101-8/+8
| | | | | This speeds up the animation, collapsing the list before performing the server request and disable the slide animation on history navigation.
* Change output of online lookupsArthur de Jong2017-11-261-3/+4
| | | | This puts the number before the number name to make it a little clearer.
* Store online check numbers in historyArthur de Jong2017-11-261-3/+27
| | | | | This updates the browser history with with the numbers that were checked so that you can easily go back and forth between checked number.
* Include search term in online formArthur de Jong2017-07-111-1/+1
| | | | | This also makes the Javascript regular expression used for highlighting links the same as the Python equivalent.
* Show possible conversions in online checkArthur de Jong2017-04-131-0/+10
| | | | | This shows possible converted values. For example it will show ISBN13 conversions for ISBN10 values.
* Add simple online check exampleArthur de Jong2017-04-101-0/+96
This adds the code that is used to find formats for which a supplied number is valid. This is the code that is used on https://arthurdejong.org/python-stdnum/check/