whatwg/xhr

Rendering map in django ajax call

Closed this issue · 1 comments

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?

I recommend asking on Stack Overflow or equivalent.