Share
| Social Web | |
|---|---|
jQuery Dialog Box Tutorial
By David Hurth - Posted on April 19th, 2011
Recently on a coding project for my day job I had a requirement to display a dialog box to confirm that when someone clicked a cancel link that they meant to do the cancel action. The dialog box was on a page that built a list of links with multiple cancel links, each with a different url. Since we are using jQuery and since I didn't want a browser dialog box to display I decided to use the jQuery dialog box. Since I am a firm believer in the first rule of programming (never re-write something that has already been written) I did a quick Google search and found a good example of the jQuery dialog box for when a form is submitted at jensbits.com. The code was close to what I wanted to do, but not exactly. So, I took the code and modified it to work for me. Below is the portion of the jQuery code that I changed from the code in the jensbits.com post.
My first modification was to have the dialog open when someone clicks on a link that has a closebutton class assigned to it. I also attached an anchor option to the dialog box that holds the href attribute value of the link.
The below code shows the setup of the buttons and the major change is that the "Yes" button sets the location attribute to the anchor option value that we set in the code above.
Below is the code in the body of the html that sets up the links and the dialog box. Notice that each link has the class set to closebutton.
You can see the full demo code here. It is a text file for easy code viewing, but you can save it to your computer if you want to see it in action. | |
Delicious
Digg
StumbleUpon
Propeller
Reddit
Magnoliacom
Newsvine
Furl
Facebook
Google
Yahoo
Technorati
Icerocket
Recent comments
1 year 17 weeks ago
1 year 18 weeks ago
1 year 18 weeks ago
1 year 22 weeks ago
1 year 22 weeks ago
1 year 22 weeks ago
1 year 23 weeks ago
1 year 23 weeks ago
1 year 26 weeks ago
1 year 39 weeks ago