/dead-simple-jquery-slider

not ready - A Dead Simple & Lightweight jQuery Slider

Primary LanguageCSSMIT LicenseMIT

A Dead Simple jQuery Slider

This is a really lightweight jQuery Slider Script to make a simple slider for your site. It's no bother the bootstrap or any other framework, because uses unique function and classnames.

Usage

The script use jQuery to run, and the main script file. Put these into the footer.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="dead-simple-slider.js"></script>

You need to add the header the style, or copy the content to your main stylesheet.

<link rel="stylesheet" href="dead-simple-slider.css">