Fork me on GitHub

dialog by tornqvist

A responsive, accessible dialog jQuery plugin for presenting information and prompting for user action.

Dependencies

jQuery 1.7

Install

Include the dialog css:

<link rel="stylesheet" href="jquery.dialog.css">

and the dialog script, as so:

<script src="jquery.dialog.min.js"></script>

Preferably merged with any other CSS and plugins/scripts.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/tornqvist/dialog

More info

Read more on settings and API on the wiki.

Demo