$(document).on('click', '.tabs-worm .tabs-header > li', function (res) { $(this).parents('.tabs-worm').find('.tabs-header > li').eq($(this).index()).addClass('on').siblings().removeClass('on') $(this).parents('.tabs-worm').find('.tabs-body > li').eq($(this).index()).show().siblings().hide() })