There are various ways by which you can select the right element, and not all elements. A very typical way is to give'em unique ids. But, if that is not the case for u, u can probably use the HTML structure and navigate to the right element properly. Just post a snippet of ur HTML structure here, explain what u expect. i can try to help u then.
-GTG On 7/1/07, Damian <[EMAIL PROTECTED]> wrote:
Hi, Beginning jQuery user here. I am currently coding for my blog. I have a small options menu for each post on the page and I am using jQuery to hide this. I have added a graphic link on each post, that when clicked, would unhide the appropriate menu. Currently when I click any of these links, it opens the menu for each post. How do I get jQuery to know which menu to open?