🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

sGlide is a super flexible and light-weight jQuery plugin that generates a simple, feature-rich & mobile ready slider, which can be easily customized and styled using regular CSS.

Plugins Slider

Documentation

sGlide

A smart, lightweight and flexible slider, that's fully featured, responsive and mobile-ready. Standalone or jQuery. It can be easily customized and styled using regular CSS.

For details, visit home page.

Quickstart Guide: apply the following to an empty div with a unique id.

const callback = o => {};  let options = { 	startAt: 60, 	width: 85, 	height: 20, 	snap: { 		points: 5, 		marks: true 	}, 	drop: callback, 	onSnap: callback };  // Standalone let sG_instance = new sGlide(el, options);  // or jQuery $('div#slider').sGlide(options);

You May Also Like