3営業日以内にご連絡致しますのでお待ちください。
'); var quick_data = { user_name: ajaxParams['quick_user_name'], user_email: ajaxParams['quick_user_email'], user_tel: ajaxParams['quick_user_tel'] }; $.cookie('quick_data', quick_data, { expires: 60 , path: "/" }); } }); } } }); } jQuery( function($) { $('.on_offer tbody tr[data-href]').addClass('clickable').click( function() { window.location = $(this).attr('data-href'); }).find('a').hover( function() { $(this).parents('tr').unbind('click'); }, function() { $(this).parents('tr').click( function() { window.location = $(this).attr('data-href'); }); }); }); function getDetailLink(termDetailUrl) { window.location = termDetailUrl; }