I have a structure that looks like this...
<ul class="flex-direction-nav">
<li>
<a class="prev" href="#">Previous</a>
</li>
<li>
<a class="next" href="#">Next</a>
</li>
Using JQuery, how would I target those links so I can do something when the user clicks it.
Thanks
EDIT: Maybe I should note that the text is not visible, but rather indented -9999px and the background image is in it's place. I tried a couple of these but I'm not getting the alert that i'm looking for.