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:
- <ul class="menu menu-main-menu">
<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