Show a jquery dialog after a hyperlink has been clicked
Posted
by murze
on Stack Overflow
See other posts from Stack Overflow
or by murze
Published on 2010-04-29T14:43:45Z
Indexed on
2010/04/29
14:47 UTC
Read the original article
Hit count: 344
Hi,
I'd like to show a dialog after the user clicked on a hyperlink. If the user presses continue in the dialog, the browser must go to the hyperlink. If the user presses cancel, the click on the hyperlink should be canceled.
How can accomplish this using Jquery?
© Stack Overflow or respective owner