$('.selectDate').datepicker({
						format : "yyyy/mm/dd",
						autoclose : true,
						startDate : new Date()
					}).on('show', function(){
						if($(this).attr('value') == '')  {
							$(this).attr('value', new Date());
							$(this).datepicker('update');
						}
					});

  

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2021-12-26
  • 2022-12-23
  • 2021-11-12
  • 2021-12-19
  • 2021-04-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案