Twitter bootstrap CSS + jQuery

后端 未结 7 1763
无人共我
无人共我 2021-01-31 18:17

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,

相关标签:
7条回答
  • 2021-01-31 18:23

    I just know https://github.com/pthrasher/jquery.bootstrapPopover Everything else is easy enough to write it on your own.

    0 讨论(0)
  • 2021-01-31 18:32

    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

    0 讨论(0)
  • 2021-01-31 18:32

    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.

    0 讨论(0)
  • 2021-01-31 18:37

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

    It's a Bootstrap port on jQuery UI.

    0 讨论(0)
  • 2021-01-31 18:38

    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!

    0 讨论(0)
  • 2021-01-31 18:40

    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.

    0 讨论(0)
提交回复
热议问题