$(document).ready(function() { var tr = $('.table-wrapper tbody tr'); tr.click(function() { tr.not(this).find('.splCont').slideUp('normal'); $('.splCont', this).slideToggle('normal') return false; }).eq(0).click(); });