$(function(){ // スティッキーメニュー $.post("https://www.nippon-c.co.jp/products/productlist?r="+Math.random(), { url : 'https://www.boxculvert.jp/openpit.html', uid : '' }, function(result) { $('#productlist').html(result); $('#menu_product ul li a').matchHeight(); $('#menu_product').magnificPopup({ type: 'inline', preloader: false, closeBtnInside: false, mainClass: 'mainwrap_product', removalDelay: 100, fixedContentPos: true, callbacks: { open: function() { setTimeout(function(){ if ($('#list_product .cur').length) { var pos = $('#list_product .cur dt').position().top; $('.mfp-wrap').scrollTop(pos); $(document).scrollTop(pos + $(document).scrollTop()); } }, 100); } } }); $(document).on('click', '.closebtn', function (e) { e.preventDefault(); $.magnificPopup.close(); }); }); // 施工事例 $.post("https://www.nippon-c.co.jp/products/works?r="+Math.random(), { url : 'https://www.boxculvert.jp/openpit.html' }, function(result) { $('.detail_works').html(result); }); // Webカタログのリンク変更 if ($('a.bn_cat').length) { $('a.bn_cat').attr('href', 'https://my.ebook5.net/nichicon/general_catalogue/?page=096'); } });