mailgun / validator-demo

Mailgun email address jquery validation plugin http://mailgun.github.io/validator-demo/
Apache License 2.0
257 stars 80 forks source link

cache validation results #6

Open eliottwiener opened 9 years ago

msigley commented 9 years ago

I have a basic last call cache implemented in my major rework PR. https://github.com/mailgun/validator-demo/pull/4

If you would like to add a full cache feature to this version, I would be happy to collaborate with you on it.

eddywashere commented 9 years ago

@eliottwiener if you're still interested in adding this, please rebase off of master. I would prefer using an object to cache requests vs element.

msigley commented 8 years ago

@eddywashere Vanilla JS HTML elements and jQuery elements are objects. Technically everything in javascript is and object including associative arrays.