5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
$('.datepicker').each(function(){
|
|
var picker = new Pikaday({
|
|
field: this
|
|
});
|
|
}); |