Timeline for jQuery .validate() plugin, additional method to validate numbers
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 10, 2020 at 13:24 | history | edited | CommunityBot | Commonmark migration | |
| Aug 5, 2015 at 19:17 | history | edited | Shaun H | CC BY-SA 3.0 | Grammar |
| Aug 5, 2015 at 18:09 | comment | added | Ismael Miguel | That would be a bad surprise. It isn't feasable to change everything. I have at least 100 instances of that validation. But that is a problem outside the scope of your review, and something I didn't mention. Therefore, you deserved the reputation. I will look into some way to hammer this screw on my steel bar. | |
| Aug 5, 2015 at 18:05 | comment | added | Shaun H | To use $.validator.format the o parameter has to be an array (as far as i know) so {min:y,max: x} is now [x,y]... aleast in how i interpreted your code | |
| Aug 5, 2015 at 18:01 | vote | accept | Ismael Miguel | ||
| Aug 5, 2015 at 18:01 | comment | added | Ismael Miguel | Actually, it is o.max and o.min, instead of o[0] and o[1]. But other than that... WOW! I had no idea about that method. It really is a lifesaver! Thank you a lot! Now, I have a few validations to fix. Once again, thank you | |
| Aug 5, 2015 at 17:44 | history | answered | Shaun H | CC BY-SA 3.0 |