HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/leads/public_html/wwwroot/plugins/bootstrap-maxlength/custom-bs-maxlength.js
$('input.basic').maxlength();
$('input.threshold').maxlength({
    threshold: 20,
});
$('input.few-options').maxlength({
    alwaysShow: true,
    threshold: 10,
    warningClass: "badge badge-success",
    limitReachedClass: "badge badge-warning"
});
$('input.alloptions').maxlength({
  	alwaysShow: true,
  	threshold: 10,
  	warningClass: "badge badge-success",
    limitReachedClass: "badge badge-dark",
  	separator: ' of ',
  	preText: 'You have ',
  	postText: ' chars remaining.',
  	validate: true
});
$('textarea.textarea').maxlength({
    alwaysShow: true,
});

// Positions
$('input.placement-top-left').maxlength({
    placement:"top-left",
    alwaysShow: true
});
$('input.placement-top').maxlength({
    placement:"top",
    alwaysShow: true
});
$('input.placement-top-right').maxlength({
    placement:"top-right",
    alwaysShow: true
});
$('input.placement-left').maxlength({
    placement:"left",
    alwaysShow: true
});
$('input.placement-right').maxlength({
    placement:"right",
    alwaysShow: true
});
$('input.placement-bottom-left').maxlength({
    placement:"bottom-left",
    alwaysShow: true
});
$('input.placement-bottom').maxlength({
    placement:"bottom",
    alwaysShow: true
});
$('input.placement-bottom-right').maxlength({
    placement:"bottom-right",
    alwaysShow: true
});