File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/assets/pages/scripts/components-bootstrap-maxlength.js
Back
var ComponentsBootstrapMaxlength = function () { var handleBootstrapMaxlength = function() { $('#maxlength_defaultconfig').maxlength({ limitReachedClass: "label label-danger", }) $('#maxlength_thresholdconfig').maxlength({ limitReachedClass: "label label-danger", threshold: 20 }); $('#maxlength_alloptions').maxlength({ alwaysShow: true, warningClass: "label label-success", limitReachedClass: "label label-danger", separator: ' out of ', preText: 'You typed ', postText: ' chars available.', validate: true }); $('#maxlength_textarea').maxlength({ limitReachedClass: "label label-danger", alwaysShow: true }); $('#maxlength_placement').maxlength({ limitReachedClass: "label label-danger", alwaysShow: true, placement: App.isRTL() ? 'top-right' : 'top-left' }); } return { //main function to initiate the module init: function () { handleBootstrapMaxlength(); } }; }(); jQuery(document).ready(function() { ComponentsBootstrapMaxlength.init(); });
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.43 |
proxy
|
phpinfo
|
Settings