Select to view content in your preferred language

Is jQuery part of the v3.2 API??

583
1
10-19-2012 08:25 AM
SteveCole
Honored Contributor
I've been using v2.8 of the API up til now but I'm trying to update my references to ESRI's hosted version of the 3.2 API.

When I did that, my page chokes with an error about jQuery (see attachment). I do load Google's jQuery in my app but that reference is located at the end of my HTML's BODY section. My app is located on our ArcGIS Server and not being run locally.

[ATTACH=CONFIG]18581[/ATTACH]
0 Kudos
1 Reply
derekswingley1
Deactivated User
There's no jQuery bundled with 3.2 (or any other release).

Put your script tag that includes jQuery above your script tag that includes the ArcGIS API for JavaScript.
0 Kudos