Note that there are some explanatory texts on larger screens.

plurals
  1. POtwo or more jQuery conflicts in php
    primarykey
    data
    text
    <p>This type of question has been posted long ago but i am having some more doubts about jQuery.</p> <p>I am having these several scripts in my code:</p> <pre><code>&lt;script src="&lt;?php echo base_url();?&gt;js/jquery.js" type="text/javascript"&gt;&lt;/script&gt; &lt;!-- jQuery Date picker--&gt; &lt;script type ="text/javascript" src="&lt;?php echo base_url();?&gt;js/jquery.jdpicker.js"&gt;&lt;/script&gt; &lt;!-- jQuery Date picker end--&gt; &lt;!--Pop up jquery scripts--&gt; &lt;script src="&lt;?php echo base_url()?&gt;js/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="&lt;?php echo base_url()?&gt;js/modalPopLite.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="&lt;?php echo base_url()?&gt;js/modalPopLite.min.js"&gt;&lt;/script&gt; &lt;!--Pop up jquery scripts ends --&gt; &lt;script src="&lt;?php echo base_url()?&gt;js/jquery-1.8.3.js"&gt;&lt;/script&gt; &lt;script src="&lt;?php echo base_url()?&gt;js/jquery-ui.js"&gt;&lt;/script&gt; &lt;!-- small image slider start--&gt; &lt;link href="&lt;?php echo base_url()?&gt;css/small_slider/js-image-slider.css" rel="stylesheet" type="text/css" /&gt; &lt;script src="&lt;?php echo base_url()?&gt;css/small_slider/js-image-slider.js" type="text/javascript"&gt;&lt;/script&gt; &lt;!-- small image slider ends--&gt; &lt;!-- sliderman.js for top image slider--&gt; &lt;script type="text/javascript" src="&lt;?php echo base_url();?&gt;js/sliderman.1.3.7.js"&gt;&lt;/script&gt; </code></pre> <p>the <code>jquery.min.js</code> and <code>jquery.js</code> do same functions??</p> <p>When I added <strong>popup jquery</strong> it was working fine, but previously added <strong>datepicker</strong> stopped working.</p> <p>alas...</p> <p>afterwords when I added the <strong>image slider jquery</strong> then <strong>popup</strong> stopped working..</p> <p>and I badly need all of the scripts in page.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload