|
@@ -2,7 +2,7 @@
|
|
|
* BootstrapValidator (http://bootstrapvalidator.com)
|
|
* BootstrapValidator (http://bootstrapvalidator.com)
|
|
|
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
|
|
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
|
|
|
*
|
|
*
|
|
|
- * @version v0.5.1-dev, built on 2014-08-17 5:33:31 PM
|
|
|
|
|
|
|
+ * @version v0.5.1-dev, built on 2014-08-19 10:33:05 PM
|
|
|
* @author https://twitter.com/nghuuphuoc
|
|
* @author https://twitter.com/nghuuphuoc
|
|
|
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
|
|
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
|
|
|
* @license MIT
|
|
* @license MIT
|
|
@@ -4771,8 +4771,9 @@
|
|
|
$.fn.bootstrapValidator.validators.remote = {
|
|
$.fn.bootstrapValidator.validators.remote = {
|
|
|
html5Attributes: {
|
|
html5Attributes: {
|
|
|
message: 'message',
|
|
message: 'message',
|
|
|
- url: 'url',
|
|
|
|
|
- name: 'name'
|
|
|
|
|
|
|
+ name: 'name',
|
|
|
|
|
+ type: 'type',
|
|
|
|
|
+ url: 'url'
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
/**
|