How to add jquery code when a dynamic link is clicked that has no id

How to add jquery code when a dynamic link is clicked that has no id

Hey everyone,

I'm using Orchard cms system and have a menu in there, this menu is generated from code and looks like this:

  1. <ul class="menu menu-main-menu">
    <li class="first">
    <li class="current">
    <a href="/OrchardLocal/page">Page</a>
now i want to fire up a jquery action when this link is clicked but it has no id

how can i do this?

Borrie