<input ; font-size: 14px'>//js代码
$("#startDate").datepicker();

$("#endDate").datepicker();
var tag=$(e.target).attr("data-tag");
if(tag=="start"){
$("#startDate").datepicker( "show" );
}else if(tag=="end"){
$("#endDate").datepicker( "show" );
}
});

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案