$(function(){
$("#e_sdate, #e_edate, #e_date_dang, .class, #id, input, span").datepicker({
showOtherMonths: true,
selectOtherMonths: true,
});
});
컴마로 구분해줘서 사용하면 된다.
'jquery' 카테고리의 다른 글
제이쿼리 jquery - append html 차이 (1) | 2013.09.28 |
---|---|
Select Box 활용 노하우 (0) | 2013.09.12 |
jquery 달력 옵션 적용법 (0) | 2013.09.09 |
커서 손가락 바꾸기 (0) | 2013.09.09 |
jquery & ajax 이해하는 간단한 예제 (2) | 2013.08.07 |