Simple and Elegant Carousel Slider by Javascript & jQuery | Minerva.JS

Minerva.JS is a simple and elegant Javascript & jQuery carousel slider. The extremely lightweight script was created by Insane Solutions in 2007.

Minerva.js helps you wrap your images in a carousel gallery slider, and gives you the option to add navigation buttons with simple HTML coding.

Minerva.js includes stylish skin colors to choose from and the easiest and fastest slider for your ready-made projects.

How to make use of it:

1. Load the basic style files into the header section of the web page.

<link href="src/css/style.css" rel="stylesheet">
<link href="src/css/mobile.css" rel="stylesheet">

2. Load CSS for the skin of your choice.

<link href="src/css/skin/style-orange.css" rel="stylesheet">

3. Insert the list of photos you want to display in the circular scroll bar.

<div class="container">
  <ul id="slider">
    <li><img src="1.jpg"></li>
    <li><img src="2.jpg"></li>
    <li><img src="3.jpg"></li>
    <li><img src="4.jpg"></li>
    <li><img src="5.jpg"></li>
  </ul>

  <ul id="dots">   
    <li class="active"></li>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
  </ul>

  <div class="" id="controllers">
    <button id="prev">Prev</button>
    <button id="next">Next</button>
  </div>
</div>

4. Load the jQuery library and jQuery minerva.js script.

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="src/js/jquery.minerva.js"></script>

simple fast jquery carousel slider, Minerva.js Plugin/Github


See Demo And Download

Official Website(misterzik): Click Here

This superior jQuery/javascript plugin is developed by misterzik. For extra advanced usage, please go to the official website.

Related Posts

Responsive-Multiple-Selection-Combo-Box-using-Bootstrap-3

Responsive Multiple Selection Combo Box using Bootstrap 3 | MagicSuggest

MagicSuggest is an easy-to-use jQuery plugin for creating a combo menu that allows you to select multiple items from a dropdown list with typing and auto-complete support….

material-design-tab-vanilla-js

Material Design Inspired Tab UI In Vanilla JavaScript

Material Design tab vanilla JS implements a material design-inspired tab component with a click ripple effect and an active sliding menu cursor. Must Read: Responsive Accessible Tabs…

countdown-timer-app

Simple Countdown Timer App In jQuery

The countdown is a front-end application that allows starting the countdown with two options: set a target date or write the number of countdown days. A countdown…

html5-animate-js

Add Animation to Your HTML5 Pages | animate.js

animate.js is a small JavaScript library that provides a convenient way to apply CSS animations powered by Animate.css to DOM elements without writing any CSS. Easily apply…

vue-responsive-parallax-cards

Responsive Hover Parallax Cards With Vuejs

Vue Responsive Parallax Cards Hover Create response cards with a scroll-triggered parallax effect in your Vue.js application. Must Read: jQuery Sliding Display Your Content Like a Deck…

pure-css-tabs-responsive

Responsive Pure CSS Only Accordion & Tabs Component

Responsive pure CSS accordion tabs and tabs will automatically convert to a vertical accordion interface on mobile devices. Must Read: Create Dynamic Accordion Giving JSON Data Using…