Good friends, I'm new to this and I want to see if you can help me, I'm doing a project where I must select from an UL list an element and depending on the selected element execute some actions.
<ul>
<li>Accion 1</li>
<li>Accion 2</li>
<li>Accion 3</li>
</ul>
Selected item
If I select the action 1 .....
If I select the action 2 ....
If I select the action 3 .....
Thanks for the help you can give me