Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 702 Bytes

CalEnder

A basic, themeable calendar datepicker for Ender

calender

Currently, this depends on Enders minimal starter pack The Jeesh

Use it like this:

<link rel="stylesheet" type="text/css" href="calender.css">
<script src="http://ender-js.s3.amazonaws.com/jeesh.min.js"></script>
<script src="calender.js"></script>
<script>
  $('input.my-date').calender()
</script>

If you're already using ender, you can add it to your existing instance

$ ender add calender

Features

There's currently no features other than it being a datepicker. More will come. Thanks.

Enjoy!