- Overview
- Documents
Birthday Picker is a lightweight jQuery plugin which allows the user to pick the birthday from customizable dropdown select lists.
Source: rithychhen.com
Sep 01, 2014 in Date & Time 7177 views
Birthday Picker is a lightweight jQuery plugin which allows the user to pick the birthday from customizable dropdown select lists.
Source: rithychhen.com
1. INCLUDE CSS AND JS FILES
<link href="http://example.com/css/bootstrap.min.css" rel="stylesheet"> <script src="http://example.com/js/jquery.min.js"></script> <script src="http://example.com/js/bootstrap.min.js"></script> <script src="http://example.com/js/jquery-birthday-picker.js"></script>
2. HTML
<div id="birthdayPicker"></div>
3. JAVASCRIPT
$("#birthdayPicker").birthdayPicker();
4. OPTIONS
The following are the initialization options and their default values
maxAge : 100 minAge : 0 maxYear : todayYear "dateFormat" : "middleEndian" "monthFormat" : "number" "placeholder" : true "defaultDate" : false "sizeClass" : "span1"
You can override any of these values during initialization.
Tagged with:
birthday picker
jquery plugin
birthday
picker
time picker
pick the birthday
dropdown
birthday select
Related Articles