Easiest way to find JS conflicts
What is the best / easiest way to find JS conflicts?
I have a subpage where I load jQuery OwlCarousel which works fine, but sometimes does not set the active item correctly.
So I suppose there is a conflict with some other jQuery UI / drag/drop Plugin or similarly, hence may owlCarousel does sometimes not properly catch the relevant event(s) (in this case the drag/drop event) to set the active css class.
I mean I could potentially unregister ALL scripts (e.g. How can I de-register ALL styles all at once? And same with Javascript? ) and than enable them via whitelist one by one - very annoying and cumbersome as I have a Buddypress / Buddyboss website which has LOADS of Javascript files...
Is there an easier way, maybe to find out via Chrome WebDev? Can I someone disable relevant callback events to find a quicker way to the root cause?
Thanks so much!
Topic wp-register-script buddypress Wordpress javascript
Category Web