[jQuery] datepicker 예제
두개의 달력 ()~() 범위에서 minDate, maxDate 설정@@ $("#datepicker1").datepicker({dateFormat:'yy-mm-dd',showMonthAfterYear : true,changeMonth : true,changeYear : true,numberOfMonths:1,showOn:'both',buttonImage:'/images/iconCalendarSmall.gif' ,buttonImageOnly :true ,buttonText :"날짜선택",dayNamesMin : ['일','월','화','수','목','금','토'],monthNamesShort:['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12월'],..
2016. 7. 20.
[jQuery Plugin] ALS(any list scroller) / 슬라이드 플러그인
http://als.musings.it/ 참고! 사용 예) if(data> 0){ $("#AAA ").als({ visible_items: 3, scrolling_items: 1, orientation: "horizontal", circular: "yes", autoscroll: "yes", interval: 10000, speed: 2500, easing: "swing", direction: "right", start_from: 0 }); } else { $("# AAA ").als({ visible_items: 3, scrolling_items: 1, orientation: "horizontal", circular: "yes", autoscroll: "no", interval: 3000, speed:..
2016. 7. 7.