0

I have my Website build with JqueryUI widgets. Now I need to make Website responsive and I was recommended by a friend to use bootstrap for this ,but i read somewhere that using both JqueryUI and Bootstrap together cause some problems or conflicts,so my question is:-

  1. Is any conflict occur ,if yes,then what kind of conflicts can occur.
  2. Is there any way to avoid conflicts.
  3. Any other way I can make my website responsive.
Cœur
  • 37,241
  • 25
  • 195
  • 267
Sahil
  • 709
  • 1
  • 6
  • 21
  • 1
    Look at this http://stackoverflow.com/questions/23428285/bootstrap-and-jqueryui-conflict – Anto king Jul 16 '14 at 10:25
  • Thanx alot @AntoKing, Yes i found solution ,Solution to use customize jquery ,bootstrap library and include their required components but i need only CSS part of Bootstrap ,can i just include that CSS and ignore Javascript files ,will it work ? – Sahil Jul 16 '14 at 10:40
  • Ya Sure you can just use CSS in case if you don't use any JavaScript components of bootstrap. – Anto king Jul 16 '14 at 12:07

1 Answers1

1

As per the comment suggest by me above i believe following link can be the answer Conflicts between JQueryUI and bootstrap

Hope this helps...

Community
  • 1
  • 1
Anto king
  • 1,222
  • 1
  • 13
  • 26
  • @helped i think ,tomorrow i will try to implement same and will back to stack overflow if need help. – Sahil Jul 16 '14 at 12:13