$(window).load(function(){ /* --- カート関連 --- */ var windowWidth = $(window).width(), windowHeight = $(window).height(), targetWidth = 801, jsonFile = "../common/js/application-option.json?181206", $jsModal = $("#js-modal"), $jsModalMovie = $("#js-modal-movie"), $jsModalSlider = $('#js-modal-slider'); $.getJSON(jsonFile , function(data) { var output = function (category, num){ var arys = data, source = '', t = arys[category][num].title, tx = arys[category][num].text, n = arys[category][num].slider.length; //$jsModal.find('.title-wp h3').html(t); $jsModal.find('.slider-wp p').html(tx); if(n !== 0) { for(var i=0; i' + t + '' } } else { source = '
' + t + '
' } $jsModal.find('.slider-wp .slider').html(source); } //お申し込み オプション $('.table-layout-wp').find('a.modal').on('click', function(){ var category = $(this).parents('.js-category').attr('data-category'), num = $(this).attr('data-option'), price = $(this).parents('tr').find('.price').html().replace(/
/g, ''), names = $(this).parents('tr').find('td:first-child').html().replace(/
/g, '').replace(/