3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
jQuery(document).ready(function(){
|
|
jQuery('.sp_datepicker').datepicker();
|
|
}); |