I got a Table with some data inside it like this:
<table>
<tr>
<td>
hello world! I am new to JQuery
</td>
</tr>
</table>
<input type="text" id="displayingText" value="">
I was trying to grab the data in the TD tag of the table and display the data
in the Inout Text field.
Is it possible to do it in JQuery in this case?
if you have one td:
if you have several td: