phuoc
|
359dc65d30
Combine validateField() and validateFieldElement()
|
11 years ago |
phuoc
|
6ee44062c8
Combine updateStatus() and updateElementStatus()
|
11 years ago |
nghuuphuoc
|
540984ddb1
#323: Add isValidField(field) method
|
11 years ago |
nghuuphuoc
|
ebb70fa551
Cleanup
|
11 years ago |
phuoc
|
5fe110c561
#320: Add separator option to the date validator
|
11 years ago |
phuoc
|
efcc86bd61
#57 [v0.5.0-dev]: Fix the issue caused by setting validator opts via HTML attrs
|
11 years ago |
phuoc
|
674e871570
#233: Fix the issue that threshold option doesn't have effect on fields
|
11 years ago |
nghuuphuoc
|
859f867945
#125: Improvement removeFieldElement(); Add new dynamic field example
|
11 years ago |
nghuuphuoc
|
2390933e65
#125: Fix the issue that new checkbox is not validated (dynamic.html)
|
11 years ago |
nghuuphuoc
|
dc563abdc0
#56: Fix the issue caused by using selector option
|
11 years ago |
nghuuphuoc
|
efab6806c9
Add init.form.bv event which is trigger after initializing form (and all fields)
|
11 years ago |
nghuuphuoc
|
2370550cde
#121, #195: Add added.field.bv and removed.field.bv events
|
11 years ago |
nghuuphuoc
|
ed35946bd4
#121, #195: Use only one parameter to store the event data
|
11 years ago |
phuoc
|
4ff8c8c27e
#125: Support dynamic fields
|
11 years ago |
phuoc
|
927242693f
#130: Add addField() and removeField() methods for managing dynamic fields, thanks to @jcnmulio
|
11 years ago |
nghuuphuoc
|
0bd2ba36e1
Move #202, #206 out of built-in features, to an example of using events
|
11 years ago |
nghuuphuoc
|
b9ca73502b
#316: Add isValidContainer() API
|
11 years ago |
nghuuphuoc
|
41258d58d8
#315: cvv validator doesn't work on IE 8
|
11 years ago |
nghuuphuoc
|
f32158fe4e
#314: creditCard validator doesn't work on IE 8
|
11 years ago |
nghuuphuoc
|
434ba78a5e
#311, #313: Fix the file validator issues
|
11 years ago |
nghuuphuoc
|
9136d10380
#312: Fix broacast typo in the uri validator, thanks to @mrpollo
|
11 years ago |
phuoc
|
4744c2fa29
#305, #306, #307: Fix inclusive option in between, greaterThan, lessThan; thanks to @johanronn77
|
11 years ago |
phuoc
|
bbaafaea61
#310: date validator still return valid if the value doesn't contain digits
|
11 years ago |
nghuuphuoc
|
ac0b83088c
Fix inclusive option in the lessThan validator, thanks to @johanronn77
|
11 years ago |
nghuuphuoc
|
fa035f79ad
#244: Fix the case the submit button is not clicked
|
11 years ago |
nghuuphuoc
|
d9fe23d85e
Add status.field.bv event triggered after updating the field status (#300, #301)
|
11 years ago |
nghuuphuoc
|
6d7e0e735b
#244: Only enable the submit buttons if all fields are valid, thanks to @smeagol74
|
11 years ago |
nghuuphuoc
|
be189475b3
#175: Fix issue on IE8, don't use array.indexOf
|
11 years ago |
nghuuphuoc
|
8e72a770ab
#297: Disable feedback icons for particular fields
|
11 years ago |
nghuuphuoc
|
b3204731ae
#292: Fix identical validator issue with not clearing ```has-error``` class, thanks to @alavers
|
11 years ago |