>  기사  >  웹 프론트엔드  >  Jquery 날짜 제어 datepicker attribute_jquery의 상세 분석

Jquery 날짜 제어 datepicker attribute_jquery의 상세 분석

WBOY
WBOY원래의
2016-05-16 17:16:50943검색
코드 복사 코드는 다음과 같습니다.

$("#regDate").datepicker(
{
showMonthAfterYear: true, // 연도 뒤에 월을 표시합니다
changeMonth: true, //월 선택 허용
changeYear: true, //연도 선택 허용
dateFormat:'yy- mm-dd', // 날짜 형식 설정
closeText:'Close', // showButtonPanel: true만 표시됩니다.
기간: 'fast',
showAnim:'fadeIn',
showOn:'button' , // 입력 상자 옆에 버튼 트리거를 표시합니다. 기본값은 focus입니다.
버튼 이미지: 'images/commons/calendar.gif', // 버튼 아이콘
ButtonImageOnly: true, // No 버튼에 아이콘 표시, 즉 버튼 제거
ButtonText:'Select date',
showButtonPanel: true,
showOtherMonths: true,
//appendText: '(yyyy-mm-dd)' ,
});
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.