I have a menu with four items. The menu is manageable, not manual via HTML.
I want to modify a link in the first Menu item, how can I do this with Jquery? I do not even know how to look to do this.
For example:
<li class='classe' onclick='window.location=\"/paginaSYS\"'><a href='/paginaSYS'>tituloSYS</a></li>
With this code above, and with the manager I can generate the four menu items, but I want to insert a link when the user clicks on the first item.
I want when the user clicks on the first menu item, it does not open the html generated by the manager, but rather a URL that I sort.
If he clicks ITEM 1 - Do not send to the page generated by the manager. www.site.com/menu1 I want you to send me an address that I wish.
I thought about doing a redirect.