Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery library conflict with another jquery library
    primarykey
    data
    text
    <p>I am using a lot of jQuery libraries in my application.</p> <p>My application is based on a map, and the map is generated by my own server mapmyindia.com.<br> The problem is that there is a jQuery conflict that occurs when I use fancybox jQuery library, pagination jQuery library and drop-down checklist jQuery library, all work together.<br> My direction search API's don't work because of a jQuery library conflict.<br> However, if I remove all the jQuery libraries, I can use my direction search API just fine.<br> With the jQuery libraries enabled, it gives me an error <code>$.jsonp is not a function</code>.</p> <p>My application is on app.mapmyindia.com/michelin please help me.......</p> <pre><code>&lt;script&gt;MIREO_RESOURCES_ROOT = "http://46.137.254.191/MapServer/";&lt;/script&gt; &lt;script type="text/javascript" src="http://46.137.254.191/MapServer/MireoWebMap.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; var map = $("#map"); var valid = new Validation(); map.MireoMap(); &lt;/script&gt; &lt;script type="text/javascript" src="jquery/jquery-1.6.1.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="jquery/jquery-ui-1.8.13.custom.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="jquery/ui.dropdownchecklist-1.4-min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="fancybox/jquery.fancybox.js?v=2.0.6"&gt;&lt;/script&gt; &lt;link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox.css?v=2.0.6" media="screen"/&gt; </code></pre>
    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.
    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