https://www.daterangepicker.com/ Date Range Picker — JavaScript Date & Time Picker Library Originally created for reports at Improvely, the Date Range Picker can be attached to any webpage element to pop up two calendars for selecting dates, times, or predefined ranges like "Last 30 Days". To get started, include jQuery, Moment.js and Date Range www.daterangepicker.com 데이트피커 공식 홈페이지 https://im-f..
html title sub title title sub title title sub title css .slick-slide.on .visual-text h2{-webkit-animation:visualTextUp 0.5s linear forwards;animation:visualTextUp 0.5s linear forwards;} .slick-slide.on .visual-text span{-webkit-animation:visualTextUp 0.5s .7s linear forwards;animation:visualTextUp 0.5s .7s linear forwards;} .slick-slide.on .visual-text h2, .visual .slick-slide.on .visual-text s..
var current = $('.current-page'), total = $('.total-page'), totalCount = $('#visual article').length, slickCloned = $('#visual article.slick-cloned').length; total.text('0' + (totalCount - slickCloned)); $('#visual').on('init reInit afterChange', function(event, slick, currentSlide, nextSlide){ var i = (currentSlide ? currentSlide : 0) + 1; current.text('0' + i); total.text('0' + slick.slideCoun..
//id로 선택하기 var id = '16077'; $('#'+ id ); //class로 선택하기 var class = '16077'; $('.'+ class ); 참고 https://github.com/sooojungee/TIL/blob/master/jQuery/180627.%5BjQuery%5D%20%EC%84%A0%ED%83%9D%EC%9E%90%EC%97%90%20%EB%B3%80%EC%88%98%20%EB%84%A3%EA%B8%B0.md