<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: jQuery lib update breaks map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233663#M21786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't have to change your code to test. Just open your application in firebug and wait for everything to load. When you are done, try calling $() from the command line and see if it returns Document. (or see if $ returns a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't get the expected results, then $ was broken somehow. I had this happen before with dojo and jQuery, but I'm not sure how it happened.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 17:16:11 GMT</pubDate>
    <dc:creator>BrettLord-Castillo</dc:creator>
    <dc:date>2010-06-29T17:16:11Z</dc:date>
    <item>
      <title>jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233658#M21781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use jQuery for quite a bit of stuff to go with the dojo that esri needs for the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using 1.3.2 for jQuery and things were going fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i upgrade to 1.4.2 I get no events firing on the map. I can't trap onLoad or onLayerAdd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can get a map with dynamic layers (like esri street map) but i can't get any of my server layers. The street map layer actually loads but doesn't throw the onLayerAdd event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else experienced this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some conflict?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 20:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233658#M21781</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2010-06-23T20:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233659#M21782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using jQuery 1.4.2 with the arcgis apis for google maps and it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using Dojo... use Dojo. In general it is not good to mix libraries that have the same goal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, you can try to use jQuery in &lt;/SPAN&gt;&lt;A href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries"&gt;compatibility mode&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 06:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233659#M21782</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-06-24T06:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233660#M21783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no luck using the noConflict call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't think dojo used the $ syntax so I would not expect a conflict there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am successfully using esri's js api and jquery 1.3.2 right now with no issues so I'm not sure what the difference could be with upgrading to 1.4.2 but it appears that all map events are not reacting now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 12:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233660#M21783</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2010-06-24T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233661#M21784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is $() still bound to jQuery() after the page loads?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, you need to find when it is coming unbound and rebind it, or change your $() calls to jQuery() calls.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 15:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233661#M21784</guid>
      <dc:creator>BrettLord-Castillo</dc:creator>
      <dc:date>2010-06-25T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233662#M21785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have over a hundred $'s in my entire codebase. I could change them all to see if that is truly the issue but it sounds like a lot of work and i was under the impression that dojo and jQuery would not fight club one another.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 16:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233662#M21785</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2010-06-25T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233663#M21786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't have to change your code to test. Just open your application in firebug and wait for everything to load. When you are done, try calling $() from the command line and see if it returns Document. (or see if $ returns a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't get the expected results, then $ was broken somehow. I had this happen before with dojo and jQuery, but I'm not sure how it happened.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 17:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233663#M21786</guid>
      <dc:creator>BrettLord-Castillo</dc:creator>
      <dc:date>2010-06-29T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery lib update breaks map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233664#M21787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It could be a timing issue. Try creating a reduced test case of the problem - start small so the problem can be isolated. I have attached a sample that makes use of jQuery and jQuery UI widgets around ArcGIS API map. Perhaps, you can compare and contrast this sample with your code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Praveen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 01:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery-lib-update-breaks-map/m-p/233664#M21787</guid>
      <dc:creator>PraveenPonnusamy</dc:creator>
      <dc:date>2010-07-02T01:14:01Z</dc:date>
    </item>
  </channel>
</rss>

