Twitter bootstrap CSS + jQuery

后端 未结 7 1773
无人共我
无人共我 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: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.

提交回复
热议问题