Displaying value only once
I am new to jquery and js. I have this simple thing trying to achieve but
is not working.
Basically I am getting a collection of records and for age I want it to
display only once..
<tr>
<td>
</tr>
This works fine, but it displays value of age multiple times because of
#each. I tried to remove #each etc. nothing works. Please help. Thanks
No comments:
Post a Comment