birthday-select

1.0.3 • Public • Published

Simple plugin to select birthday


Basic usage

npm install birthday-select
<form id="birthdaySelect1"></form>
 
<script src="dist/birthday-select.min.js"></script>
var firstSelect = new birthdaySelect({
  id: '#birthdaySelect1',
  lang: "de"
});
 
firstSelect.init();

Demo

<a href="https://demo.webexp.site/birthday-select/" target="_blank">Demo</a>

Options

Name Default Other
properties
id null selector
minYear 1900 number
maxYear this year number
bootstrap false true
labels [] ['label-1-name ','label-2-name','label-3-name']
lang "en" "ru", "de"

IE Support

=> 9

## License

MIT

/birthday-select/

    Package Sidebar

    Install

    npm i birthday-select

    Weekly Downloads

    4

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    28.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • just_den