phuoc
|
234f07e964
#451: Validation of numeric fields with decimal steps, thanks to @Azuka
|
11 年之前 |
phuoc
|
ce768ab2d3
Fix #475
|
11 年之前 |
phuoc
|
2204056cf4
#375: Don't submit form when the callback validator completes and the submit button isn't clicked
|
11 年之前 |
phuoc
|
bc8c0994f9
#425: Custom trigger event is ignored by field validators
|
11 年之前 |
phuoc
|
08a8ff1354
#430: between adds support for comparing to other field, return value of a callback function
|
11 年之前 |
phuoc
|
3443704ba5
#430: lessThan adds support for comparing to other field, return value of a callback function
|
11 年之前 |
phuoc
|
9b856d22f7
#430: greaterThan adds support for comparing to other field, return value of a callback function
|
11 年之前 |
nghuuphuoc
|
397a16c40a
#456: Adjust the feedback icon position for .input-group element
|
11 年之前 |
nghuuphuoc
|
139f7567a3
#452: Update zipCode document typo, thanks to @mike1e
|
11 年之前 |
nghuuphuoc
|
f01c95e203
#232, #426: Add test suite for the id validator
|
11 年之前 |
nghuuphuoc
|
c559e0c0f4
#416, #448: Add updateOption() method for updating the particular validator option, thanks to @AlaskanShade
|
11 年之前 |
nghuuphuoc
|
43d42e3093
#447: zipCode validator allows to set the country code via another field or callback, thanks to @AlaskanShade
|
11 年之前 |
nghuuphuoc
|
4151110869
#269, #273, #447: Skip the _isExcluded() when initializing the form, thanks to @AlaskanShade
|
11 年之前 |
phuoc
|
654d3b8924
#420: Enable/disable particular validator
|
11 年之前 |
nghuuphuoc
|
7f1c85c1b8
#432: Define the callback via ```data-bv-callback-callback``` attribute
|
11 年之前 |
nghuuphuoc
|
6511b307b0
#433: Add resetField(field, resetValue) method
|
11 年之前 |
nghuuphuoc
|
daa9acf45e
#434: Add ```updateMessage(field, validator, message)``` method
|
11 年之前 |
nghuuphuoc
|
5304f3fcbd
#431: Add built time
|
11 年之前 |
nghuuphuoc
|
b61083529e
#423: Add default column to settings table, thanks to @MartinDevillers
|
11 年之前 |
nghuuphuoc
|
b7767d83c4
#422: Exclude particular field by ```excluded``` option or ```data-bv-excluded``` attribute
|
11 年之前 |
nghuuphuoc
|
b5bc9722fd
#382: Update the CHANGELOG
|
11 年之前 |
nghuuphuoc
|
28537f00f9
#382: Add JSLint to Grunt build
|
11 年之前 |
phuoc
|
ba2483f40a
#411: Fix the ean validator, thanks to @manish-in-java
|
11 年之前 |
phuoc
|
175a188668
#406: Add revalidateField() method
|
11 年之前 |
phuoc
|
3681075ce3
#401: stringLength validator allows spaces after max length
|
11 年之前 |
nghuuphuoc
|
b45b8c645f
#385: Support i18n. Provide the Vietnamese language file
|
11 年之前 |
nghuuphuoc
|
123c93b30d
#393: The remote validator adds support for dynamic url and method type (GET/POST), thanks to @ericnakagawa
|
11 年之前 |
phuoc
|
d2bdaf9b3a
#385, #387: Provide the default error messages; Support I18n
|
11 年之前 |
nghuuphuoc
|
75eba952bf
#388: Allow to override the default options. Useful for using multiple forms in the same page
|
11 年之前 |
nghuuphuoc
|
f621b052b2
#389: When using multiple forms with HTML attributes on the same page, the plugin options will be the same as the last one
|
11 年之前 |