<?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 JQuery in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555252#M51782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft seems to push JQuery quite hard now as a JS library with neat integration in Visual Studio and a lot of good work involved with the JQuery community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will we see a ESRI JavaScript API version for JQuery at some point (since ESRI seems to usually follow MS) or will Dojo be the way forward?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the benefits using Dojo over JQuery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Apr 2010 13:20:30 GMT</pubDate>
    <dc:creator>ErikNyberg</dc:creator>
    <dc:date>2010-04-26T13:20:30Z</dc:date>
    <item>
      <title>JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555252#M51782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft seems to push JQuery quite hard now as a JS library with neat integration in Visual Studio and a lot of good work involved with the JQuery community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will we see a ESRI JavaScript API version for JQuery at some point (since ESRI seems to usually follow MS) or will Dojo be the way forward?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the benefits using Dojo over JQuery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 13:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555252#M51782</guid>
      <dc:creator>ErikNyberg</dc:creator>
      <dc:date>2010-04-26T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555253#M51783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I second the motion for jQuery to be the driving force behind the JavaScript API.&amp;nbsp; The Dojo library itself is quite large... while the jQuery library is much more supported and concise.&amp;nbsp; Syntactically jQuery is much cleaner.&amp;nbsp; I will say I like the Dojo dependency management (e.g., dojo.require('esri.map');), this is not a built in feature of jQuery yet.&amp;nbsp; Although, I was just at the jQuery conference last weekend and they said it's something they plan on integrating in the future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 22:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555253#M51783</guid>
      <dc:creator>JoelMartinez</dc:creator>
      <dc:date>2010-05-03T22:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555254#M51784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that it was chosen mainly for gfx and dijits. However the choice must be contextualized when it was done now can open new scenarios.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 12:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555254#M51784</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2010-05-04T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555255#M51785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think that it was chosen mainly for gfx and dijits. However the choice must be contextualized when it was done now can open new scenarios.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I love jQuery and I work with it when using Google Maps extensions or other mapping libraries (OpenLayers),&amp;nbsp; but I think a real alternative to Dojo would be ExtJS more than jQuery.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both ExtJS and Dojo include all components (layout, grid, trees, etc.) in one project, developed and mantained by the same people.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not true for jQuery: you can build great user iterface but you have to put together widget and plugins from different source, with different behaviour and not always compatible with each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was, for example, one of the reasons at the base of the Mapfish preference for ExtJS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 10:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555255#M51785</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-05-16T10:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555256#M51786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any more comments on any problems with JQuery? I much prefer it to Dojo, but I'm glad that we have choices. Since we already use JQuery in our .Net development, I don't want to mix in yet another framework, let alone adding Ext JS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at this article,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/framework_jquery.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/framework_jquery.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;there seems to be some Dojo/Jquery mixing involved, which seems a little inefficient, and makes me a little nervous.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 15:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jquery/m-p/555256#M51786</guid>
      <dc:creator>deleted-user-Jie3eyjOl9XM</dc:creator>
      <dc:date>2010-07-22T15:20:45Z</dc:date>
    </item>
  </channel>
</rss>

