Код Jquery
$('.RowToClick').click(function ()
{
$(this).nextAll('tr').each( function()
{
if ($(this).is('.RowToClick'))
{
return false;
}
$(this).toggle(350);
});
});
мой HTML

Phone:
email:
Подробнее здесь: https://stackoverflow.com/questions/314 ... en-i-click