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 (
commit 0c44b088b89393dccd57c830dda850081457ca28
tree 3eb624ac8789d97869624e86adf6597e8579f86e
parent 5f7a8ab3de4d16212fa55804528e6a3374fc2856
tree 3eb624ac8789d97869624e86adf6597e8579f86e
parent 5f7a8ab3de4d16212fa55804528e6a3374fc2856
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
TODO | ||
| |
javascript/ | ||
| |
stylesheets/ | ||
| |
test/ |
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 :












