Show a jquery dialog after a hyperlink has been clicked
- by murze
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?