Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created March 2, 2011 17:54
Show Gist options
  • Save ericelliott/851367 to your computer and use it in GitHub Desktop.
Save ericelliott/851367 to your computer and use it in GitHub Desktop.
alert-dialog.js
<div class="alert-dialog"><button>Click for zq-alert dialog sample.</div>
$body.delegate('.alert-dialog', 'click', function () {
zQ.alert('<p>Alert dialog sample.</p>', {
"width": 300,
"height": 200,
"closeButton": true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment