[jQuery] Trigger on-click event in first table cell

[jQuery] Trigger on-click event in first table cell


I have this table:
<table id="photographTable">
<tr>
<td>
<span class="small button"
onclick="showPhotograph('http://localhost:11000/my.JPG', 1044, 746);return
false;">Show</span><td>..etc..</td>
</tr>
<tr><td>...etc</td></tr>
</table>
How do I trigger the on-click event in the first cell, first row?
--
View this message in context: http://www.nabble.com/Trigger-on-click-event-in-first-table-cell-tf2884409.html#a8058842
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/