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,
I just know https://github.com/pthrasher/jquery.bootstrapPopover Everything else is easy enough to write it on your own.
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
Twitter provides Using Javascript with Bootstrap instructions at http://twitter.github.com/bootstrap/#javascript.
Detailed documentation can be found at http://twitter.github.com/bootstrap/javascript.html.
There is Jquery UI Bootstrap: https://github.com/jquery-ui-bootstrap/jquery-ui-bootstrap
It's a Bootstrap port on jQuery UI.
Ryan Bates has an excellent tutorial here http://railscasts.com/episodes/328-twitter-bootstrap-basics It is rails based, but I regardless of the programming language I think it will give you a good overview of twitstrap!
I believe this is a non-issue with Bootstrap 2.0. They offer bootstrap-styled versions of the most popular jQuery plugins, including everything in the OP.
There is also the bootstrap theme for jQuery UI project mentioned by others, which doesn't make sense to me with Bootstrap 2.0. Does not make sense to keep using jQuery UI if you are going the bootstrap route.
Also, FYI, many of the "independent" type jQuery plugins are able to be used easily with Bootstrap. I use the Chosen multi-select control and some of the various tag plugins with a bootstrap site, and it works just fine. I combine the CSS into one file, re-style them to look like bootstrap, and all good.