Skip to content
/ slider Public

A simple responsive jQuery slider written in Coffeescript

License

Notifications You must be signed in to change notification settings

9miles/slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slider

A very simple jQuery slider.

Using Slider

Include slider.js and slider.css. Or install with bower $ bower install https://github.com/9miles/Slider

HTML

<div class="slider">
	<div class="slider-items">
		<div class="slider-item">Slide 1</div>
		<div class="slider-item">Slide 2</div>
		<div class="slider-item">Slide 3</div>
	</div>
</div>

Javascript

$('.slider').slider();

Dependencies

Development

Slider is written in Coffeescript which is compiled into Javascript via Grunt.

You must first install Nodejs in order to use NPM to get setup to develope this project.

  1. Install Node
  2. Clone the Slider repository
  3. Install node dependencies with $ npm install
  4. Install bower dependencies with $ bower install
  5. Run grunt $ grunt to lint, compile, concat, build and watch

About

A simple responsive jQuery slider written in Coffeescript

Resources

License

Stars

Watchers

Forks

Packages

No packages published