(function($){ /** * Execute */ $(document).on({ ready: function() { var $items1 = $('#js_imgList1'); $items1.akFlickr({ api_key : 'b79e6bc83dfd04775a10b732c5f59f5e', count: 500, size: 'large_square', searchOptions: { tags: '阿波おどり', tag_mode: 'all', min_taken_date: '1990-01-01', max_taken_date: '2020-12-31', sort: 'interestingness-desc' }, tag: 'li', className: 'mod-imgList_item' }); } }); })(jQuery);