Conflict with another plugin
See original GitHub issueHi,
I’m including “eternicode/bootstrap-datepicker” plugin in the same page as this one and the select doesn’t work anymore. It shows the button with the first option as the text, but no options inside. Also, datepicker stops showing any hover or selected effects.
As soon as I remove one of the plugin’s css file from the page, the other plugin becomes fully working again.
select:
<select name="categoria" class="selectpicker" data-live-search="true" data-width="100%">
$('.selectpicker').selectpicker();
datepicker:
<div class="input-group date" id="test">
<input type="text" class="form-control" id="test" />
$('#test').datepicker();
Issue Analytics
- State:
- Created 9 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Conflict with another plugin which overwrites jQuery
Hi everyone, as per the topic title, suddenly, maybe after an update to some newest version, I often have this message “Conflict with...
Read more >How to check for plugin conflicts
1. When you're logged in, you will be in your 'Dashboard'. 2. Make sure you are up to date with the latest versions...
Read more >Best Practices to Manage WordPress Plugin Conflicts
Best practices to handle major plugin conflicts on your WordPress website, tips to prevent potential conflicts and ways to correct them.
Read more >WordPress Plugin Conflict: How to Trace and Solve It
How to Fix Plugin Conflicts · Step 1: Clear Your Browser Cache · Step 2: Consider Creating a Staging Site · Step 3:...
Read more >How to Manage WordPress Theme and Plugin Conflicts ...
Theme and plugin conflicts are problems that occur when particular software doesn't work well with another part of your website.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem is you were using the “Bootstrap 3.2.0” option built into JSFiddle. I unchecked that option and loaded bootstrap separately and it works. http://jsfiddle.net/5g2vebhm/2/
I found the problem, i was using jQuery 3.X, i have to use 2.1.0 instead 😛