Bootstrap Jquery Library conficlt with other script

Hi, I am having a problem using bootstrap jquery library and my custom jquery code. Every time I place this in my header section: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> it causes other script not to work.

Thanks in advance,

Solved by myself. Use this in every script: var $ = jQuery.noConflict();

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.