4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
jQuery( function( $ ) {
|
|
$( '.contact-form input.jp-contact-form-date' ).datepicker();
|
|
} );
|