[jQuery] dynamic id's for show/hide toggle?

[jQuery] dynamic id's for show/hide toggle?

I'm just getting started with jquery so bear with me :)
I'm working on displaying a dynamic list generated with ColdFusion. I
found the "slicker show/hide" tutorial and have that working - but need
to show/hide elements on each row of my list. Right now it works - but
when I click my show/hide link - ALL the hidden elements are displayed
:)
So I'm guessing I need jquery to respond to a dynamically generated
ID...
<a href="#" id="myID-#currentRow#>show/hide</a>
<div id="details-#currentRow#>Lorem Ipsum goes here</div>
But so far all my searches have been unsuccessful. I'm sure others have
run into this...
Anyone have an example showing how to do this?
Thanks!
Jim
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/