Access denied You must be a registered user to access this page. If you already have an account, please login with your credentials in the box on the upper-right corner. Otherwise click here to register now for free.
$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });