uawdijnntqw1x1x1
IP : 3.137.185.239
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
nn.axolotls.ru
/
bitrix
/
templates
/
aspro_next
/
js
/
jquery.alphanumeric.js
/
/
(function ($) { $.fn.alphanumeric = function (p) { var input = $(this), az = "abcdefghijklmnopqrstuvwxyz", options = $.extend({ ichars: '!@#$%^&*()+=[]\\\';,/{}|":<>?~`.- _', nchars: '', allow: '' }, p), s = options.allow.split(''), i = 0, ch, regex; for (i; i < s.length; i++) { if (options.ichars.indexOf(s[i]) != -1) { s[i] = '\\' + s[i]; } } if (options.nocaps) { options.nchars += az.toUpperCase(); } if (options.allcaps) { options.nchars += az; } options.allow = s.join('|'); regex = new RegExp(options.allow, 'gi'); ch = (options.ichars + options.nchars).replace(regex, ''); input.keypress(function (e) { var key = String.fromCharCode(!e.charCode ? e.which : e.charCode); if (ch.indexOf(key) != -1 && !e.ctrlKey) { e.preventDefault(); } }); input.blur(function () { var value = input.val(), j = 0; for (j; j < value.length; j++) { if (ch.indexOf(value[j]) != -1) { input.val(''); return false; } } return false; }); return input; }; $.fn.numeric = function (p) { var az = 'abcdefghijklmnopqrstuvwxyz', aZ = az.toUpperCase(); return this.each(function () { $(this).alphanumeric($.extend({ nchars: az + aZ }, p)); }); }; $.fn.alpha = function (p) { var nm = '1234567890'; return this.each(function () { $(this).alphanumeric($.extend({ nchars: nm }, p)); }); }; })(jQuery);
/var/www/axolotl/data/www/nn.axolotls.ru/bitrix/templates/aspro_next/js/jquery.alphanumeric.js