Harvengure
04-16-2010, 09:11 AM
Hello once again,
Perhaps yet another 'noobie' question but I, for the life of me, have had no luck trying to get it to work myself.
Ideally I am searching for a piece of jquery that will make it so that whenever I click on a table cell on a page it toggles the hidden div within that cell.
I've been able to get the desired results with code where I assign a unique id or class to each corresponding trigger and div but the hope is to not have to have an extra 150 lines of code covering every unique id/class and then having to scour it every tame I want to add or delete a new row.
Thank you in advance for any help in even pointing me in the right direction or perhaps explaining the correct selector.
Perhaps yet another 'noobie' question but I, for the life of me, have had no luck trying to get it to work myself.
Ideally I am searching for a piece of jquery that will make it so that whenever I click on a table cell on a page it toggles the hidden div within that cell.
I've been able to get the desired results with code where I assign a unique id or class to each corresponding trigger and div but the hope is to not have to have an extra 150 lines of code covering every unique id/class and then having to scour it every tame I want to add or delete a new row.
Thank you in advance for any help in even pointing me in the right direction or perhaps explaining the correct selector.