Skip to content
forked from dkazmer/Slydr

sGlide is a super flexible and light-weight jQuery plugin that generates a simple, feature-rich & mobile ready slider.

Notifications You must be signed in to change notification settings

DominicMe/sGlide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

sGlide

sGlide is a jQuery plugin that generates a simple, light-weight, feature-rich slider, which can be easily customized and styled using regular CSS. Visit http://iframework.net/sGlide/

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

$('#slider').sGlide({
	startAt: 60,			// start slider knob at - default: 0
	image: ''				// string - image path
	width: 200,				// integer - default: 100
	height: 20,				// integer - default: 40
	unit: 'px',				// 'px' or '%' (default; doesn't apply to height)
	pill: false,			// boolean - default: true
	snap: {
		points: 5,
		markers: true,
		onlyOnDrop: true
	},
	disabled: true,			// boolean - default: false
	colorStart:				// css value
	colorEnd:				// css value
	vertical:				// boolean - default: false
	showKnob:				// boolean - default: true
	drop: function(o){
		console.log(o.guid+': '+o.value+'%');
	}
});

About

sGlide is a super flexible and light-weight jQuery plugin that generates a simple, feature-rich & mobile ready slider.

Resources

Stars

Watchers

Forks

Packages

No packages published