Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created March 2, 2011 17:38
Show Gist options
  • Save ericelliott/851337 to your computer and use it in GitHub Desktop.
Save ericelliott/851337 to your computer and use it in GitHub Desktop.
datepicker-sample
$body.delegate('.datepicker', 'change', function () {
zQ.alert('Date change triggered.', {
"closeButton": true
});
});
<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