$(document).ready(function(){ $('.someTab').click(function(){ var i = $('.someTab').index(this); $('.block').eq(i).hide(); }); });