R
R
Ruslan Bergutov2015-05-11 07:40:09
Django
Ruslan Bergutov, 2015-05-11 07:40:09

Is it possible to change the content of a div using django?

There is a form with selects

<select id="single" class="form-control choice" style="height: 44px">
    <option>Салон</option>
    <option>Еще один салон</option>
</select>
<div id="single"></div>

Is it possible to change the contents of a div using django? without jquery, ajax etc.
in the documentation, the closest thing I found is widgets, but most likely this is not what you need

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey K, 2015-05-11
@Scirocco

No.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question