How do I pass the date-id of a menu link to a modal? For example I have a menu with the link1 - link2 - link3. When clicking for example in link2 open a modal displaying the values of link2. These values are retrieved from the database, so I need to know the data-id of the menu to pull the database information from that data-id.