All Projects → gustavohenke → Bselect

gustavohenke / Bselect

Licence: mit
DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bselect

Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+2450.39%)
Mutual labels:  bootstrap, twitter-bootstrap
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (+42.64%)
Mutual labels:  bootstrap, twitter-bootstrap
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+947.29%)
Mutual labels:  bootstrap, twitter-bootstrap
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (+110.85%)
Mutual labels:  bootstrap, twitter-bootstrap
Bootstrap Maxlength
This plugin integrates by default with Twitter bootstrap using badges to display the maximum lenght of the field where the user is inserting text. Uses the HTML5 attribute "maxlength" to work.
Stars: ✭ 743 (+475.97%)
Mutual labels:  bootstrap, twitter-bootstrap
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-68.99%)
Mutual labels:  bootstrap, twitter-bootstrap
Node.js Bootstrap Starter Template
Node.js, Express, Pug, Twitter Bootstrap, Starter Template
Stars: ✭ 107 (-17.05%)
Mutual labels:  bootstrap, twitter-bootstrap
Toast
A Bootstrap 4.2+ jQuery plugin for the toast component
Stars: ✭ 121 (-6.2%)
Mutual labels:  bootstrap
Smooth Ui
Modern React UI library 💅👩‍🎤🍭
Stars: ✭ 1,583 (+1127.13%)
Mutual labels:  bootstrap
Bootstrap Grid Css
The grid and responsive utilities classes extracted from the Bootstrap 4 framework, compiled into CSS.
Stars: ✭ 119 (-7.75%)
Mutual labels:  bootstrap
Bootstrap form
Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
Stars: ✭ 1,532 (+1087.6%)
Mutual labels:  bootstrap
Plunder
A Modern automation platform
Stars: ✭ 121 (-6.2%)
Mutual labels:  bootstrap
Bootstrap 3 Arabic
bootstrap 3 arabic
Stars: ✭ 124 (-3.88%)
Mutual labels:  bootstrap
Go Web3
Ethereum Go Client [obsolete]
Stars: ✭ 120 (-6.98%)
Mutual labels:  deprecated
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-1.55%)
Mutual labels:  bootstrap
Rebirth Ng
rebirth-ng is a ui framework for Angular & bootstrap.
Stars: ✭ 118 (-8.53%)
Mutual labels:  bootstrap
React Panels
React.js panel widget with support for tabs, toolbars, buttons and customizable themes
Stars: ✭ 128 (-0.78%)
Mutual labels:  deprecated
Express Ssm
快递代拿系统,SSM框架的最佳实践
Stars: ✭ 127 (-1.55%)
Mutual labels:  bootstrap
Intern Only Dojo
DEPRECATED - See dojo/meta for the latest on Dojo 2
Stars: ✭ 123 (-4.65%)
Mutual labels:  deprecated
Certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
Stars: ✭ 1,689 (+1209.3%)
Mutual labels:  bootstrap

bselect Build Status NPM version

The select decorator component that was missing for Twitter Bootstrap.

Features

  • Bootstrap-like dropdown decorator for <select> elements
  • Easy to use, a simple jQuery call and you're done!
  • Doesn't require any Bootstrap CSS or JS to work
  • Tested via QUnit
  • Support for internationalization
  • ARIA ready
  • Lightweight
  • .js: about 1 KB minified and gzipped, ~11 KB uncompressed
  • .css: about 1 KB minified and gzipped, ~6 KB uncompressed

Installation

Demo

Access http://gustavohenke.github.io/bselect to see demos.

Usage

// Create the component
$("select").bselect();

// Create the component without an search input
$("select").bselect({ searchInput : false });

// Update the component - make the animation slower
$("select").bselect("option", "animationDuration", 600);

Bugs

If you've found any problems, don't be afraid to tell me!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].