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

前端 未结 13 901
栀梦
栀梦 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:21

    Yes you can use both. js bootstrap from twitter is a collection of jquery plugins. There shohuldn't be any conflict with jQuery UI.

    Regarding bandwidth overload, it really depends on how you handle the requests to load all of your js files. if you really dont want to make multiple requests to the server to request for each file, just append them together and minimize. Or you probably can get rid of some js bootstrap plugins you dont need. it is very modular.

提交回复
热议问题