POST
|
Your issue was probably the same one discussed here.
... View more
10-30-2012
10:12 AM
|
0
|
0
|
703
|
POST
|
Did you include a reference to the esri.css file? This requirement was added to the JS API fairly recently, and if you omit it the results look like what is show in your screenshot.
... View more
10-30-2012
10:10 AM
|
0
|
0
|
514
|
POST
|
serverapi.arcgisonline.com was temporarily experiencing heavy load. everything is back up now. sorry for the inconvenience! It was working for me briefly, but now I'm getting the error, "The service is unavailable."
... View more
10-29-2012
11:53 AM
|
0
|
0
|
627
|
POST
|
I am having trouble accessing the JavaScript API URL today. The request frequently fails with the following error message: [INDENT]Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.[/INDENT]
... View more
10-29-2012
10:16 AM
|
0
|
17
|
2017
|
POST
|
I've made a few jQuery plug-ins that interact with the ArcGIS JavaScript API. Note that I wrote these before AMD loading was available, so you'll need to do some tweaking if you want to take advantage of AMD. While the main jQuery library supports AMD, jQuery UI (which I used in my plug-ins) does not. (There are custom versions of jQuery UI that support AMD on github, though.) Another project you might want to look at is jQuery Geo. I haven't used this myself, but it looks like they wrote their own code to read map services (ArcGIS Server among other types) instead of using the ArcGIS JavaScript API.
... View more
10-25-2012
09:32 AM
|
0
|
0
|
389
|