Products / Services
  • Products / Services
  • Companies
  • Buy Leads
Post Buy Requirement

Electrical Panel in Navi Mumbai

( 65 Products Available )
Grid View List View

Get Best Sellers for

Electrical Panel

To List your Product Boost Your Business Visibility Worldwide Register Now
Save Your Time
Tell us your Buy Requirement to Get Instant Response
Waiting for permission
To search by voice, go to your browser settings and allow access to microphone

Allow microphone access to search with voice
getdata_data.trim(); if(getdata){ getdata = jQuery.parseJSON(getdata); $.each(getdata, function(index, value) { availableUnitTags.push(value); }); } } }); $( ".quantity_unit_class" ).autocomplete({ source: function( request, response ) { var matcher = new RegExp( "^" + $.ui.autocomplete.escapeRegex( request.term ), "i" ); response( $.grep( availableUnitTags, function( item ){ return matcher.test( item ); }) ); } }); } $.ajax({ dataType:"json", type: 'POST', url:"https://www.exportersindia.com/ajax_get_guest_info.php", data: { action_type: "getUserDetailsEditable",page_type:'india_classified_L2L3'}, success:function(result) { if(result.username != 'F') { $('.login_fild').hide(); $('.login_user').html(result.user_details_text); /* $('.login_user').removeClass('m7px mt15px dn login_user').addClass('m7px mt15px login_user'); */ $('.login_user').removeClass('mt5px pl10px pr10px dn login_user').addClass('mt5px pl10px pr10px login_user'); $('.lgn_member_status').val('1'); } }, xhrFields: { withCredentials: true }, error: function(xhr, status) { if(xhr.status==404) { alert('Page Not Found.'); } else if(xhr.status==401) { alert('Authorization Required.'); } } }); } /* ===== Trigger ONLY on human interaction ===== */ ['mousemove','scroll','touchstart','keydown'].forEach(function(evt){ window.addEventListener(evt, loadDesktopFooterDynamicSections, { once: true }); }); }); $(window).load(function() { $('.eih-searh .hst').on('click', function(){ $('.eih-searh-overlay').show(); $('.eih-input-dropdown').slideUp(); $('#allowed_page_popup_form').val('1'); if($(".notification-dropdown").length && $(".notification-dropdown").css('display') == 'block'){ $(".notification-dropdown").animate({top:'0px',height:'toggle'}); } }); $('#transcript').on('click',function(){ $('.eih-searh-overlay').show(); $('.eih-input-dropdown').slideDown(); $('.ein-header .hst-list').slideUp(); $('#allowed_page_popup_form').val('1'); if($(".notification-dropdown").length && $(".notification-dropdown").css('display') == 'block'){ $(".notification-dropdown").animate({top:'0px',height:'toggle'}); } }); $('#transcript').on('click',function(e){ e.stopPropagation(); }); $("#transcript").on("keyup", function (e) { let searchText = $(this).val().trim().toLowerCase(); if (e.key === "Enter") { e.preventDefault(); if (searchText !== "") { $("#search-form").submit(); } } else if (e.key !== "ArrowUp" && e.key !== "ArrowDown") { if (searchText.length > 0) { header_autosearch(searchText); } } }); $("#transcript_old").on("keyup", function(e) { if(e.key != 'ArrowUp' && e.key != 'ArrowDown'){ var searchText = $(this).val().toLowerCase(); header_autosearch(searchText); } }); let $input=$('#transcript');let $suggestions=$('#newKeywordList');let selectedIndex=-1;$input.on('input',function(){$suggestions.show();selectedIndex=-1;updateItems();});$input.on('keydown',function(e){let $items=$suggestions.find('li');if($items.length===0)return;if(e.key==='ArrowDown'){e.preventDefault();if(selectedIndex<$items.length-1){selectedIndex++;updateSelection($items);}}else if(e.key==='ArrowUp'){e.preventDefault();if(selectedIndex>0){selectedIndex--;updateSelection($items);}}else if(e.key==='Enter'){e.preventDefault();if(selectedIndex>-1){selectItem($items.eq(selectedIndex));}}});function updateSelection($items){$items.removeClass('selected');let $selectedItem=$items.eq(selectedIndex);$selectedItem.addClass('selected');let dropdownHeight=$suggestions.height();let itemHeight=$selectedItem.outerHeight(true);let itemTop=$selectedItem.position().top;let scrollTop=$suggestions.scrollTop();if(itemTop<0){$suggestions.scrollTop(scrollTop+itemTop);}else if(itemTop+itemHeight>dropdownHeight){$suggestions.scrollTop(scrollTop+(itemTop-dropdownHeight+itemHeight));}}function selectItem($item){$item.click();}function updateItems(){let $items=$suggestions.find('li');} $(document).on('click', '.eih-searh-overlay, .eih-header', function(){ $('.eih-searh-overlay').hide(); $('.eih-input-dropdown,.hst-list').slideUp(); $('#allowed_page_popup_form').val('0'); }); }); if($('.prf_li_banner').length){ $(document).ready(function() { $('.prf_li_banner').each(function(index) { var appen_id = $(this).attr('id'); var split_arr = appen_id.split('prf_li_banner_'); var post_req_form_postion = split_arr[1]; $.ajax({ url: 'https://www.exportersindia.com/ajax.php', type: "POST", data: { action_id:'get_post_req_l3_banner', "prf_postion":post_req_form_postion}, success: function(msg) { if(msg){ $('#'+appen_id).after(msg); } }, xhrFields: { withCredentials: true }, crossDomain: true }); }); }); }