jquery: popup menu upon clicking link ?
Posted
by wefwgeweg
on Stack Overflow
See other posts from Stack Overflow
or by wefwgeweg
Published on 2010-04-17T00:00:05Z
Indexed on
2010/04/17
0:03 UTC
Read the original article
Hit count: 237
jQuery
is there any way to "wait for user action on popupmenu" after an element is clicked ?
for example:
person A clicks on link. javascript menu popups asking what the user would like to do with this link. user should not be allowed to click anywhere else but the popup menu. after user clicks an action on the menu, the default browser action should happen (ie. link to the next page)
© Stack Overflow or respective owner