����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.118.160.215 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/gle.gltechlimited.com/resources/assets/js/ |
Upload File : |
(function($) { "use strict"; $( document ).ready(function() { // Session Popup $('.sessionmodal').addClass("active"); setTimeout(function() { $('.sessionmodal').removeClass("active"); }, 4000); // To Choose Custom And Imdb Detail $('#custom_dtl').hide(); $(".imdb_btn").on('click', function(){ $('#custom_dtl').hide(); }); $(".custom_btn").on('click', function(){ $('#custom_dtl').show(); }); }); //Select2 $('.select2').select2({ tags: true, tokenSeparators: [','] }); //Date picker $('.date-pick').datepicker({ autoclose: true, }); //Timepicker $('.timepicker').timepicker({ showInputs: false, }); $('.currency-icon-picker').iconpicker({ title: 'Currency Symbols', icons: ['fa fa-dollar', 'fa fa-euro', 'fa fa-gbp', 'fa fa-ils', 'fa fa-inr', 'fa fa-krw', 'fa fa-money', 'fa fa-rouble', 'fa fa-try'], selectedCustomClass: 'label label-primary', mustAccept: false, placement: 'topRight', showFooter: false, hideOnSelect: true, }); $(".bootswitch").bootstrapSwitch(); $('.dropdown-toggle').dropdown(); $('[data-toggle="tooltip"]').tooltip({animation: true, delay: {show: 300, hide: 300}}); $('.input-file').each(function() { var $input = $(this), $label = $input.next('.btn'), labelVal = $label.html(); $input.on('change', function(element) { var fileName = ''; if (element.target.value) fileName = element.target.value.split('\\').pop(); fileName ? $label.addClass('has-file').find('.js-fileName').html(fileName) : $label.removeClass('has-file').html(labelVal); }); }); })(jQuery);