A tabbed slider UI built using jQuery. Quickly deploy and easily add more nav items and sections to meet your needs.
Getting Started Start by downloading the repository or by cloning the project:
$ git clone https://github.com/shaunmackey/jquery-tabbed-slider-ui.git
In index.html
- Add a new div for each section you would like to include.
- Give each div a class of "slider" and increment the id of each (slider1, slider2, slider3, etc)
In js/transitions.js
- Change the how_many_nav_options variable to the desired number of buttons/sections
- Include each button name in the button_names array
Help us make this jQuery Slider better for everyone, any contribution will be considered. Use the issue tracker for bug reports, features requests and submitting pull requests.
Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? What would you expect to be the outcome? All these details will help us fix any potential bugs.
Before opening a feature request, please take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.
Please ask first before embarking on any significant pull request (e.g. implementing features, re-factoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project. When contributing code to this project always ask yourself these questions.
Is it essential? Will it add value? Is this change necessary?