Hi,
I have a table with many rows. When u click on these rows they open up more detail about the row you click in. This could be based on an int or string.
I have wired jQuery up to anchor tags on each row which the user will click on. However previously when using javascript inline you would pass something like this:
<a href="javascript: openNext('000001')"><img /></a>
Now when using events, i have lost the link to the '000001'. Where should this value be placed for reference?
Cheers