Skip to content

Releases: zaneray/scrupulous

Changes this to el

27 Oct 21:23
c6618bb
Compare
Choose a tag to compare

changes this to el

Updating validity check onkeyup onmouseup etc

27 Jan 22:18
Compare
Choose a tag to compare

Now validation will trigger as you type.

Update to the equalTo method

13 Sep 22:02
Compare
Choose a tag to compare

Allow the name of the field to be passed in from the original data-attribute rather than requiring an additional data-attribute that confuses what you're doing.

Adds Custom Validity Function

13 Sep 21:44
Compare
Choose a tag to compare
Custom Validity function

Needed a custom function that respects the checkValidity from the HTML5 element, and also compares to another field value to determine if it's valid.

Added Namespacing

03 Sep 22:35
Compare
Choose a tag to compare
Added Namespacing Pre-release
Pre-release

Also modified how elements are bound to events

Respect pattern attribute first before luhn check

27 Aug 18:04
Compare
Choose a tag to compare
Update scrupulous.js

Need to first respect pattern in creditcard html5 pattern attribute, return false if that fails, otherwise return the luhn check

Remove console.log

27 Aug 17:51
Compare
Choose a tag to compare

Add Luhn check method

27 Aug 17:29
Compare
Choose a tag to compare

Ability to mark an input with data-creditcard and have it return a luhn check as the validity

Remove empty field check in equalTo

03 Aug 21:56
Compare
Choose a tag to compare

No longer check if passed in element is blank when checking if equalTo parent element

Ooopsie

30 Oct 15:48
Compare
Choose a tag to compare

Left some console.logs in there.