whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

Rendering map in django ajax call #264

Closed gbrain2001 closed 3 years ago

gbrain2001 commented 4 years ago

I am trying to render a map in the ajax request, but i get a warning on the XHR.

What is the process?

I open up a modal window using bootstrap 4 and I cannot load the map initially because the Geoposition renderer is reading the main thread jquery library and not the jquery from the form.

I get the deprecation warning on the jquery.

What is the problem?

I load the modal window and the map doesn't render because it cannot read the proper file before I send the ajax request.

Is there a way to load the jquery from the form before I call the ajax request?

annevk commented 3 years ago

I recommend asking on Stack Overflow or equivalent.