Lo que buscas es muy facil:
Código HTML:
<tr height="35px" class="nombre">
<td width="275" align="left" class=iselect>Nombre</td>
</tr>
<tr height="35px" class="nombre">
<td width="275"><input type="text" value="nombre" name="nombre"></td>
</tr>
<tr height="35px">
<td width="275" align="left" class=iselect>Apellido</td>
</tr>
<tr height="35px">
<td width="275"><input type="text" value="apellido" name="apellido"></td>
</tr>
<tr height="35px">
<td width="275" align="left" class=iselect> <a href="#" onclick="$('.nombre').toggle()">Prefiero buscar por Apellido</a></td>
Espero que te sirva, saludos.