Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter bootstrap CSS + jQuery

I just discover twitter-boostrap

https://github.com/twbs/bootstrap

and I'm wondering if there is a jquery library to use with it.

For popovers, modals, tool tips, alerts messages, tabs...

or for example, use this as jquery-ui theme!

anyone know ?

like image 652
Dragouf Avatar asked Sep 07 '11 09:09

Dragouf


People also ask

Is Bootstrap the same as twitter bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

Is Twitter still using Bootstrap?

At Twitter, Bootstrap has quickly become one of our many go-to front-end tools when starting new applications and sites.

Which CSS framework does Twitter use?

Twitter Bootstrap is an open source front end framework for HTML, CSS and JS, using which we can create a responsive UI for our web application. This is supported by all major browsers.

Can you use CSS and Bootstrap together?

How to Use Bootstrap CSS. In order to use Bootstrap CSS, you need to integrate it into your development environment. To do that, you simply need to create a folder on your computer. In that folder, save your compiled CSS and JS files and a new HTML file where you'll load Bootstrap.


2 Answers

There is Jquery UI Bootstrap: https://github.com/jquery-ui-bootstrap/jquery-ui-bootstrap

It's a Bootstrap port on jQuery UI.

like image 175
noirbizarre Avatar answered Sep 20 '22 18:09

noirbizarre


I know the guys behind Twitter's CSS Bootstrap is working on a complete set of jQuery plugins to supprt the framework (pils, tabs etc.)

They are to be released soon but you can already find them here, in the beta 1.3 release https://github.com/twitter/bootstrap/tree/1.3-wip

Look in the docs folder and you'll find the javascript.

Good luck!

Update Version 2.0 of Twitter Bootstrap have been released with a lot more features and js examples. Twitter Bootstrap 2.0

like image 45
Erik Avatar answered Sep 23 '22 18:09

Erik