Created
March 2, 2011 17:38
-
-
Save ericelliott/851337 to your computer and use it in GitHub Desktop.
datepicker-sample
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('.datepicker', 'change', function () { | |
zQ.alert('Date change triggered.', { | |
"closeButton": true | |
}); | |
}); |
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> | |
<label>Date: <input type="text" class="datepicker" | |
data-zq-datepicker-options='{ "appendText": "(yyyy-mm-dd)" }'/> | |
</label> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment