Hi all!
I have an AHAH-requested HTML, like:
<table>
<tr>
<td>...</td>
<td><img src="..." onClick="get_next_ahah(sell####)" id="sell####"/></td>
</tr>
<tr>
<td>...</td>
<td><img src="..." onClick="get_next_ahah(sell####)" id="sell####"/></td>
</tr>
... and so on
where #### - numerical IDs from DB.
How can I replace the function "get_next_ahah()
" on efficient event-written jQuery function? And how can I find out which id I use?