Farosh Loader
Product

Result for

“Dell”

(0 Results)
  • Friday Deals
  • Prime Deals
  • Price - Low
  • Price - High
  • Rs Rs

No Product

$('.edit-profile-select').select2({ minimumResultsForSearch: -1, width: '100%' }); $(".edit-pic").click(function () { $("#profile_image").click(); }); $(".side-nav ul>li.main-item").click(function(event){ event.preventDefault(); $(this).children("ul").slideToggle(); $("i", this).toggleClass("fa fa fa-chevron-right fa fa fa-chevron-down"); $(this).addClass('active').siblings().removeClass('active').children("ul").css("display","none"); $(this).siblings().children("a").find("i").removeClass("fa-chevron-down").addClass("fa-chevron-right"); }); $(".side-nav ul>li.main-item ul li ").click(function(e) { e.stopPropagation(); }); $('.responsive-tabs').responsiveTabs({ accordionOn: ['xs', 'sm'] // xs, sm, md, lg }); $("body").click(function () { $('#primary-nav .menu-item-has-children .dropdown-wrapper').removeClass('show'); }); // ..................hide catagory when click on other field $(".menu-item-children").hover(function () { $('.dropdown-wrapper').removeClass('show'); }); $(".menu-item-has-children").click(function () { $("#primary-nav .menu-item-children .top-drop").removeClass('show'); }); // .................. $('#primary-nav .menu-item-has-children').click(function (event) { event.stopPropagation(); var state = $('> .dropdown-wrapper', this).hasClass('show'); $('#primary-nav .menu-item-has-children .dropdown-wrapper').removeClass('show'); $('> .dropdown-wrapper', this).toggleClass('show', !state); }); $("body").hover(function () { // alert('body hover function'); $('#primary-nav .menu-item-children .top-drop').removeClass('show'); }); $('#primary-nav .menu-item-children').hover(function (event) { event.stopPropagation(); var state = $('> .top-drop', this).hasClass('show'); $('#primary-nav .menu-item-children .top-drop').removeClass('show'); $('> .top-drop', this).toggleClass('show', !state); }); }); -->