Content Slider jQuery Plugin


ContentSlider - v0.1

This jQuery plugin gives you a content slider using normal HTML blocks.

  • speed control
  • easing function option
  • frame controls with custom text options
  • It has only been tested in Chromium 12.0.742.91 (87961) on linux and also FireFox 3.6.x on linux

Demo

  • Frame Uno

  • Frame Dos

  • Frame Tres

  • Frame Cuatro

Usage

  1. include the script into page
  2. put code in your script block
						
							$('selector').contentslider({options});
						
					

Options

This plugin has the following options

						
							easing 		: 'swing',
							wrapName 	: 'sliderWrap',
							frameWidth 	: '656px',
							previousText 	: 'previous',
							nextText 		: 'next',
							speed 		: 832,
						
					

License

Copyright (c) 2011, SEEDS Technologies, bryan .. seedstech ... net

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.