MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ajax filter form

nicdnepr opened this issue · comments

I use pjax filter form with this element http://davidstutz.de/bootstrap-multiselect/#configuration-options-multiple
2018-12-17-083605_1920x1080_scrot
After each check\uncheck checkbox, I call $('form :submit').click()
Pjax form submits self url with get
After each submit multiple select closes
How can I leave it open?