Is there a way to dynamically generate title attribute on td tags?
Example: <tr> <td title="Bob">Bob</td> <td title="Johnson">Johnson</td> </tr>
Thanks, Binaya Poudyal
Log in to post a comment.
Is there a way to dynamically generate title attribute on td tags?
Example:
<tr>
<td title="Bob">Bob</td>
<td title="Johnson">Johnson</td>
</tr>
Thanks,
Binaya Poudyal