jQuery(window).on('load', function() { jQuery.ajax({ url: 'https://recycle-net.jp/staff/jstore2/list/js/_list.php', type: 'post', data: { id: 'qiownv' } }).done(function(rs){ jQuery('.buying_list').html(rs); }).fail(function() { }); jQuery(document).on('click', '.open_buying_list', function() { jQuery('.buying_list_inner .buying_list').show(); jQuery(this).hide(); }); });