I´m trying to use jQuery-UI´s dialog to create a confirmation dialog attached to a link, but it´s not working and the documentation for dialogs at jQuery-UI´s home seems to be lacking.
I want to display a dialog explaining what action will be taken with any extra data the user may need to take the decision and asking for confirmation when a link is clicked, but once the dialog is created it “steals” the text from the link, and leaves nothing in place for the user to click.
Does anyone knows how to do what I´m trying, or at least knows a link for a better documentation for jQuery-UI?
Can you post a sample of the code you’re having trouble with? Based on your description, it sounds like you might be creating the dialog incorrectly.