I 'm very new in this platform, and I would like to know if is it possible to use JQuery API instead of Dojo. thx!

1168
3
05-09-2016 11:53 AM
souleymanecamara
New Contributor

I 'm very new in this platform, and I would like to know if is it possible to use JQuery API instead of Dojo. thx!

0 Kudos
3 Replies
thejuskambi
Occasional Contributor III

You can you JQuery in your application. But not instead of dojo. ESRI API has been built on top of dojo toolkit. So you need dojo.

PanagiotisPapadopoulos
Esri Regular Contributor

A nice sample for this is the following

Soil details - mobile | ArcGIS API for JavaScript

You can use the JQuery for the UI and the ArcGIS Javascript API + Dojo for the GIS functionality.

0 Kudos
thejuskambi
Occasional Contributor III

You should be able to find quite a bit of sample and information on using jquery along with esri API. In one of our application we use ESRI api for GIS functions and jQuery for requesting non-gis information and activities.

Some examples below

Using jQuery | ArcGIS API for JavaScript

Attribute editing - mobile | ArcGIS API for JavaScript