HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/local/CyberCP/baseTemplate/static/baseTemplate/assets/widgets/touchspin/touchspin-demo.js
$(function() { "use strict";
    $("input[name='touchspin-demo-1']").TouchSpin({
        min: 0,
        max: 100,
        step: 0.1,
        decimals: 2,
        boostat: 5,
        maxboostedstep: 10,
        postfix: '%'
    });
});

$(function() { "use strict";
    $("input[name='touchspin-demo-2']").TouchSpin({
        min: -1000000000,
        max: 1000000000,
        stepinterval: 50,
        maxboostedstep: 10000000,
        prefix: '$'
    });
});

$(function() { "use strict";
    $("input[name='touchspin-demo-3']").TouchSpin({
        verticalbuttons: true
    });
});

$(function() { "use strict";
    $("input[name='touchspin-demo-4']").TouchSpin({
        verticalbuttons: true,
        verticalupclass: 'glyph-icon icon-plus',
        verticaldownclass: 'glyph-icon icon-minus'
    });
});