$(function(){ var switch_7445615 = 2; var blockTab_7445615 = $('#block_collection_tab_7445615'); blockTab_7445615.find('.block_collection_product_tab_title').children('a').first().addClass('on'); blockTab_7445615.find('.block_collection_product_tab_items_content').first().addClass('on'); if(switch_7445615 == '1'){ blockTab_7445615.find('.block_collection_product_tab_title').children('a').click(function(){ var _index = $(this).index(); $(this).addClass('on').siblings('a').removeClass('on'); blockTab_7445615.find('.block_collection_product_tab_items_content').eq(_index).addClass('on').siblings().removeClass('on') productSize(blockTab_7445615.find('.block_collection_product_tab_items_content').eq(_index).find(".product_img")); }) }else{ blockTab_7445615.find('.block_collection_product_tab_title').children('a').hover(function(){ var _index = $(this).index(); $(this).addClass('on').siblings('a').removeClass('on'); blockTab_7445615.find('.block_collection_product_tab_items_content').eq(_index).addClass('on').siblings().removeClass('on') productSize(blockTab_7445615.find('.block_collection_product_tab_items_content').eq(_index).find(".product_img")); }) } })