En principio el criterio de busqueda esta por nombre pero quisiera hacer que al pulsar sobre prefiero buscar por apellido sustituyera/ocultara la fila del nombre con la del apellido.
Alguna ayuda?
Encontre un par de scripts con jquery pero me altera el fomrato de la tabla en safari.
Código HTML:
<tr height="35px"> <td width="275" align="left" class=iselect>Nombre</td> </tr> <tr height="35px"> <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="#" >Prefiero buscar por Apellido</a></td>