Submit your widget

jQuery Datepicker - a popup calendar date picker

Created 13 years ago   Views 20464   downloads 5464    Author keith-wood.name
jQuery Datepicker - a popup calendar date picker
View DemoDownload
111
Share |

View more demo

 

Usage

 

Include the jQuery library in the head section of your page.

 

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

 

Download and include the jQuery Date Entry CSS and JavaScript in the head section of your page.Alternately, you can use the packed version jquery.dateentry.pack.js (11.7K vs 35.8K) or minified version jquery.dateentry.min.js (16.4K, 5.1K after zipping).

 

<style type="text/css">@import "jquery.datepick.css";</style> 
<script type="text/javascript" src="jquery.datepick.js"></script>

 

Connect the date entry functionality to your input controls.

 

$(selector).datepick();

For more detail see the documentation reference page.