http://t1m0n.name/air-datepicker/docs/
Datepicker will automatically initialize on elements with class .datepicker-here , options may be sent via data attributes.
<input type='text' class="datepicker-here" data-position="right top" />
Manual initialization
// Initialization
$('#my-element').datepicker([options])
// Access instance of plugin
$('#my-element').data('datepicker')