One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
public_html
/
minesqrcode
/
assets
/
js
/
View File Name :
form-elements.js
$(function() { 'use strict' // Toggles $('.toggle').toggles({ on: true, height: 26 }); // Input Masks $('#dateMask').mask('99/99/9999'); $('#phoneMask').mask('(999) 999-9999'); $('#ssnMask').mask('999-99-9999'); // Time Picker $('#tpBasic').timepicker(); $('#tp2').timepicker({ 'scrollDefault': 'now' }); $('#tp3').timepicker(); $('#setTimeButton').on('click', function() { $('#tp3').timepicker('setTime', new Date()); }); // Color picker $('#colorpicker').spectrum({ color: '#0061da' }); $('#showAlpha').spectrum({ color: 'rgba(0, 97, 218, 0.5)', showAlpha: true }); $('#showPaletteOnly').spectrum({ color: '#4454c3', showAlpha: true }); }); $(function(){ 'use strict' // Datepicker $('.fc-datepicker').datepicker({ showOtherMonths: true, selectOtherMonths: true }); $('#datepickerNoOfMonths').datepicker({ showOtherMonths: true, selectOtherMonths: true, numberOfMonths: 2 }); });