jQuery Plugin for Simple Date Picker Widget - simpledatepicker

File Size: 195KB
Views Total: 5081
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin for Simple Date Picker Widget - simpledatepicker

simpledatepicker is an easy-to-use and fast jQuery plugin that adds a Simple Date Picker Widget next to any element of your page.

How to use it:

1. Include the latest jQuery Library and simpledatepicker.js on your web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="jquery-simpledatepicker/main.js"></script>

2. Include simpledatepicker CSS to style your plugin

<link rel=StyleSheet href="jquery-simpledatepicker/main.css" type="text/css" media=screen>

3. Add the plugin next to an input element

<input type=text>
<a class="jquery-simpledatepicker-CalendarBut"></a>

4. Done


This awesome jQuery plugin is developed by andrastoth. For more Advanced Usages, please check the demo page or visit the official website.