This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
TODO | ||
| |
javascript/ | ||
| |
stylesheets/ | ||
| |
test/ |
README.markdown
MicroDateSelect
Just a simple floating calendar for updating input elements.
The code:
new MicroDateSelect( updateElement );
Options available:
- not implemented yet
Localization:
- not implemented yet
An example:
<!-- the input element you want to update (needs an id) -->
<input type="text" name="start_time_string" value="" id="start_time_string">
<script type="text/javascript" charset="utf-8">
//<![CDATA[
new MicroDateSelect( 'start_time_string' );
//]]>
</script>
Dependencies:
MicroDateSelect requires Prototype 1.6 or higher.
Download:
Find the latest version of MicroDateSelect on Github.
Notes:
This Calendar is based on the work from :








