aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/jquery.multi-select.js
Commit message (Collapse)AuthorAgeLines
* Move jquery.multi-select.js into vendor directoryZarino Zappia2017-11-20-337/+0
| | | | | The multi-select plugin is a separate project, and should be treated as a vendor file.
* Upgrade to latest version of jquery.multi-select.jsDave Arter2017-11-20-35/+38
| | | | | | | In particular, this lets us ensure only one multiselect can be open at a time – for example in the "Show [X] reports about [Y]" list filters. Fixes mysociety/fixmystreetforcouncils#247.
* Linting fixes to jquery.multi-select.jsZarino Zappia2017-05-31-4/+2
|
* Add simple way to return to "everything" in list filtersZarino Zappia2016-10-25-51/+131
|
* Allow multiple selections in report list filter.Zarino Zappia2016-10-13-0/+256
This lets people filter by multiple categories or states. It uses our jQuery multi-select plugin to turn the <select multiple>s into little overlay lists of checkboxes. HTML5 history is also supported.