.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Make jQuery UI and Bootstrap 2 work together in MVC template

In the VS2013 preview MVC5 template, we included Bootstrap and jQuery UI together in the same project. However, some themes of jQuery UI (1.8.24 in the project template) is conflicting with Bootstrap (version 2.3.1 in the project template), especially for button. We have seen at least one such question in our forum. Let’s create a test ...