I have a conflict between a widget collapsible box and a ColorPickerSliders plugins. This script enables the functioning of the widget box
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
and this one the ColorPickerSliders
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js">
together enabled, nothing works. The difference appears only in the version of jquery.min.js, but in fact both are used for the operation and none of the 2 plugin works without their jquery.min.js.
I'm sorry but i don't have a demo to show you. I'm working on localhost. What can i do? Thanks