How to resolve confilt between jqury ui.js and bootsrap,js
how resolve conflicts between jquery ui.js's function with bootstrap.js's function...but some design not working perpoerly of jquery ui
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal DusanePosted Nov 22, 2016, 7:08 AM
As you already know,jQuery uses the $ sign as a shortcut for jQuery.There are many other popular JavaScript frameworks like: Angular, Backbone, Ember, Knockout, and more.If two different frameworks are using the same shortcut, one of them might stop working.The jQuery team have already thought about this, and implemented the noConflict() method