Hi All,
I have a table with an image on each row with a hover event attached. Can someone please show me how to alert the value of the hidden field?
<div class='first'>
<input type="hidden" value="target">
<div class='second'>
<img src="yada" />
</div>
</div>
thanks, rodchar