Can I use Twitter Bootstrap and jQuery UI at the same time?

前端 未结 13 927
栀梦
栀梦 2020-11-28 20:48

I am using Twitter Bootstrap and I want to use an \"auto-suggest\" which is not available in Bootstrap, whereas jQuery UI has its own methods for auto-suggest.

Can I

13条回答
  •  天涯浪人
    2020-11-28 21:03

    Because this is the top result on google on jquery ui and bootstrap.js I decided to add this as community wiki.

    I am using:

    • Bootstrap v3.2.0
    • jquery-2.1.0
    • jquery-ui-1.10.3

    and somehow when I include bootstrap.js it disables the dropdown of the jquery ui autocomplete.

    my three workarounds:

    • exclude bootstrap.js
    • or more to typeahead lib
    • move from bootstrap.js to bootstrap.min.js (strange, but worked for me)

提交回复
热议问题