2
Answers

Not getting the value of input text i when try to show popUp

Ajith kp

Ajith kp

10y
1.3k
1

Parent Table
*********** 
<table style="width: 100%" border="1">
<tr>
<th>Firstname</th>
</tr>
<tr>
<td>
<input type="text" id="point1" class="name" /><a href="#" id="trigger">this link</a>
</td>
</tr>
<tr>
<td>
<input type="text" id="point2" class="name" /><a href="#" id="trigger">this link</a>
</td>
</tr>
<tr>
<td>
<input type="text" id="point3" class="name" /><a href="#" id="trigger">this link</a>
</td>
</tr>
</table>


Sir,
When mouse over the hreg "triger"  i want to popUp a div also i want to pass the <input type="text" id="point1" class="name" /> value to the popUp


Can any one please help me

Answers (2)