| Server IP : 103.243.232.44 / Your IP : 216.73.216.250 Web Server : LiteSpeed System : Linux server17213-10344.hostycare.online 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64 User : iamakash ( 1400) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/iamakash/public_html/meals28/meals28/js/ |
Upload File : |
/* ---------------------------------------------------
Template Name: Yummy Food Blog
Description: Yummy Food Blog HTML Template
Author: Colorlib
Author URI: http://www.colorlib.com
Version: 1.0
Created: Colorlib
--------------------------------------------------------- */
'use strict';
(function ($) {
/*------------------
Preloader
--------------------*/
$(window).on('load', function () {
$(".loader").fadeOut();
$("#preloder").delay(200).fadeOut("slow");
/*------------------
Product filter
--------------------*/
if ($('#category-filter').length > 0) {
var containerEl = document.querySelector('#category-filter');
var mixer = mixitup(containerEl);
}
$(".categories-filter-section .filter-item ul li").on('click', function () {
$(".categories-filter-section .filter-item ul li").removeClass('active');
$(this).addClass('active');
});
});
/*------------------
Background Set
--------------------*/
$('.set-bg').each(function () {
var bg = $(this).data('setbg');
$(this).css('background-image', 'url(' + bg + ')');
});
// Search model
$('.search-switch').on('click', function() {
$('.search-model').fadeIn(400);
});
$('.search-close-switch').on('click', function() {
$('.search-model').fadeOut(400,function(){
$('#search-input').val('');
});
});
/*------------------
Navigation
--------------------*/
$(".mobile-menu").slicknav({
prependTo: '#mobile-menu-wrap',
allowParentLinks: true
});
/*-------------------
Category Select
--------------------- */
$('#category').niceSelect();
/*-------------------
Local Select
--------------------- */
$('#tag').niceSelect();
})(jQuery);