Answer the question
In order to leave comments, you need to log in
How to hang PJAX on checkBox selection?
there is a form, it is displayed by widgets, so I show it in the implemented state
<form id="ajaxForm" action="/" method="post">
<input type="hidden" name="_csrf" value="cEM3LWFYWWE4BXNPUwIAUBImGh8PbA8wLyROYjEcL1lGC29.JwkcIA==">
<div class="col-lg-2 col-md-2">
<ul>
<li>
<span class="niceCheck">
<input type="checkbox" data-userId="" name="ch1" value="1" />
</span>ужасы
</li>
<li>
<span class="niceCheck">
<input type="checkbox" data-userId="" name="ch1" value="2" />
</span>фантастика
</li>
<li>
<span class="niceCheck">
<input type="checkbox" data-userId="" name="ch1" value="3" />
</span>триллер
</li>
<li>
<span class="niceCheck">
<input type="checkbox" data-userId="" name="ch1" value="4" />
</span>драма
</li>
<li>
<span class="niceCheck">
<input type="checkbox" data-userId="" name="ch1" value="5" />
</span>мелодрама
</li>
</ul>
</div>
<div class="colfd"> Найдено 20 сериалов </div>
<button type="submit" class="svbn">Показать</button>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question