I have observed that
$("#bank1.bankName").hide();
does not work while
$("test").hide()
works
What is the reason for that ? What can be a possible work around
Edited to include markup
<td id = "bank1.bankName">
<form:input path="bankDetails[0].bankName" size = "12"/>
</td>
I am using Spring MVC