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

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

    If you're running into javascript namespace collisions, you can use Bootstrap's noConflict() function make it cede functionality to jQuery UI.

提交回复
热议问题