jQuery Plugins

jQuery UI Example

$("#datepicker").datepicker();
$(".slider").slick({
    autoplay: true,
    dots: true
});