Hello all!
Well, we have a page with some content (entries) and checkboxes.
If I initially load the page, this checkbox works as expected and checks all the checkboxes at once:
HTML:
... but if I load via ajax the page's content afterwards (which content still have entries via the same way), the "Select all" checkbox stops working for these entries.
Just to notice...
Read more
Читать далее...
Well, we have a page with some content (entries) and checkboxes.
If I initially load the page, this checkbox works as expected and checks all the checkboxes at once:
HTML:
<xf:checkbox standalone="true"><xf:option check-all=".block-container" label="{{ phrase('select_all') }}" /></xf:checkbox>
... but if I load via ajax the page's content afterwards (which content still have entries via the same way), the "Select all" checkbox stops working for these entries.
Just to notice...
Read more
Читать далее...