https://github.com/jorislive/bootstrap_horizontal_selector
Bootstrap Horizontal Selector
https://github.com/jorislive/bootstrap_horizontal_selector
bootstrap javascript jquery
Last synced: 3 months ago
JSON representation
Bootstrap Horizontal Selector
- Host: GitHub
- URL: https://github.com/jorislive/bootstrap_horizontal_selector
- Owner: jorislive
- License: mit
- Created: 2015-02-26T20:16:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T11:59:31.000Z (over 5 years ago)
- Last Synced: 2025-09-07T09:18:26.593Z (4 months ago)
- Topics: bootstrap, javascript, jquery
- Language: HTML
- Homepage: https://jorislive.github.io/bootstrap_horizontal_selector/
- Size: 340 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap_horizontal_selector
-----------------------------

Bootstrap Horizontal Selector
License: MIT
Copyright: 2015 Joris Wenting
# Live Demo
Take a look at the demo: https://jorislive.github.io/bootstrap_horizontal_selector/
# Functionality
This Jquery/Bootstrap Extension lets you transform a standard html `` element
from standard dropdown to horizontal 'dot_below_selection_caption'.
# Usage:
`$('select').horizontalSelector();`
or
`$('#someSelectorElement').horizontalSelector();`
The plugin works with jQuery Method Chaining:
e.g. to hide the 'drop-down':
`$('select').horizontalSelector().hide();`
# Installation
two dependencies:
Jquery 2.1.3 and above
Bootstrap 3.3.2 and above
Copy the CSS and Javascript files to their respective directories:
Put the links to the CSS and JS below the Jquery and Bootstrap includes,
that's it!!
Have fun, and feel free to contribute