Created
March 2, 2011 17:54
-
-
Save ericelliott/851367 to your computer and use it in GitHub Desktop.
alert-dialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert-dialog"><button>Click for zq-alert dialog sample.</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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