nghuuphuoc
|
4b6d1b9a49
#195: Add events for field validation
|
11 years ago |
nghuuphuoc
|
ed3798bd3a
Merge branch 'master' into v0.5.0
|
11 years ago |
nghuuphuoc
|
9dd3a57aea
Merge branch 'master' into v0.5.0: Remove setLiveMode()
|
11 years ago |
nghuuphuoc
|
639254c19a
Merge branch 'master' into v0.5.0
|
11 years ago |
nghuuphuoc
|
cea35f664f
#121: Add events for form validate successfully or not
|
11 years ago |
phuoc
|
4c3cab3461
Add $.fn.bootstrapValidator.helpers.date for validating a date, re-used in date validator
|
11 years ago |
phuoc
|
df3d1000ca
#233: Add threshold option
|
11 years ago |
phuoc
|
5b04bb72e6
When parsing options from HTML attributes, don't add the field which hasn't validators (#191, #223)
|
11 years ago |
nghuuphuoc
|
ba9a517949
#206: Indicate success/error tab
|
11 years ago |
phuoc
|
06ee333bf1
#214: Add GRId (Global Release Identifier) validator
|
11 years ago |
phuoc
|
fb6b3104ec
Implement modulus 11, 10 (ISO 7064) algorithm
|
11 years ago |
phuoc
|
dd50795100
#125: Support dynamic checkbox and radio elements
|
11 years ago |
phuoc
|
f5d3a96893
WIP #125
|
11 years ago |
phuoc
|
e24ee9ea96
Remove updateAll from validateFieldElement() method
|
11 years ago |
nghuuphuoc
|
07640a044f
#191, #223: Support using both the ```name``` attribute and ```selector``` option for field
|
11 years ago |
nghuuphuoc
|
6ba82de2f2
#207: IE8 error
|
11 years ago |
nghuuphuoc
|
644aea9b6d
#202: The field need to be focused after activating the tab
|
11 years ago |
nghuuphuoc
|
239327870d
#209: The excluded: ':disabled' setting does not work on IE 8, thanks to @adgrafik
|
11 years ago |
phuoc
|
b66fc648ee
Credit card validator uses luhn helper
|
11 years ago |
phuoc
|
ba02d0aa21
#179: Move luhn implementation to helper
|
11 years ago |
nghuuphuoc
|
6f5713ad23
#205: Allow to call plugin method using .bootstrapValidator('method', params)
|
11 years ago |
nghuuphuoc
|
80e49b498d
#202: Activate tab containing the first invalid field
|
11 years ago |
nghuuphuoc
|
a350a3e15c
Update excluded option docs
|
11 years ago |
phuoc
|
b53875e617
#184: Use comma to separate the excluded filters
|
11 years ago |
nghuuphuoc
|
9dba0d3956
#184: Add excluded option
|
11 years ago |
nghuuphuoc
|
c30f7f808a
Cleanup
|
11 years ago |
Henning Danielsen
|
0964ae9fb0
Do not validate fields that are enabled=false
|
11 years ago |
nghuuphuoc
|
63c6e91e3d
#159, #163: User doesn't need to submit the form twice when remote validator complete
|
11 years ago |
Jonathan Swale
|
611dc0260f
Update bootstrapValidator.js
|
11 years ago |
nghuuphuoc
|
677be4239f
#157: Added support for element outside of form using the selector option
|
11 years ago |