Hi,
Is there a way i can popup a dropdown menu on a webpage when i click on a text? I have a text that is highlighted. The text is highlighted using span tag. so now i have added a eventlistener - click and when i click i want to popup a dropdown menu on the text. I ahve tried by appending a div to the span and then adding the items as a list. But it doesnot show on the DOM and it doesnot even give me any error messages.
Is this even possible? Can someone help me with this please.
cheers