ajax filter form #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use pjax filter form with this element http://davidstutz.de/bootstrap-multiselect/#configuration-options-multiple

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?