====== jQuery Plugins ====== ==== jQuery UI Example ==== $("#datepicker").datepicker(); ==== Slick Carousel Example ==== $(".slider").slick({ autoplay: true, dots: true });
$("#datepicker").datepicker();
$(".slider").slick({ autoplay: true, dots: true });