Are you getting the additional information from the server via Ajax or is it on the page in a hidden div? Do you want the extra information to show up in another cell in the table or in a tooltip or modal?
It's always good to post a basic "attempt" at the page to help give some context. Glen On 10/24/07, Snooze <[EMAIL PROTECTED]> wrote: > > > I am pretty new to jQuery so I'm trying to learn. > I have a bunch of information in a table. One of the columns has an > image in every cell, I want additional information to show up when a > user clicks on the image. I have been able to get it to where > additional information shows up for every image no matter which image > I click. Problem is that I want only additional information for the > images I clicked on. The hard part is that this is a dynamic table, so > it wont always have the same number of rows, and that the additional > information is different for each image. Can anyone help me? > >