You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
804 B
JavaScript

document.writeln("<link href='//data.chinahighlights.com/css/min.php?f=/css/ui.core.css,/css/ui.datepicker.css,/css/ui.theme.css/css/calendar.css' rel='stylesheet' type='text/css' media='all' />");
document.writeln("<script type='text/javascript' src='https://data.chinahighlights.com/js/min.php?f=/js/ui.core.js,/js/ui.datepicker.js'></script>");
function initCalendar(o){
$("#"+o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 3,
showButtonPanel: true});
}
function initCalendar2(o){
$("#"+o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 2,
showButtonPanel: true});
}
function initCalendarObj(o){
$(o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 3,
showButtonPanel: true});
}