Ajith kp

Ajith kp

  • NA
  • 143
  • 32.5k

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

Oct 30 2014 3:20 AM

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)