Skip to content

Releases: andreww1011/filter-multi-select

v1.4.1

16 Jun 05:03
b5e646e
Compare
Choose a tag to compare

Enhancements:

  • HTML root node annotated with one of the following attributes:
    • multiple if multiple select with no selection limit.
    • multiple="n" if multiple select with selection limit of n.
    • single if single select.

v1.4.0

15 Jun 04:47
9a4c7ae
Compare
Choose a tag to compare

New features:

  • Limit the number of selections using the parameter selectionLimit.
  • Create a single select by using selectionLimit = 1 or by omitting the multiple attribute.

v1.3.0

31 May 19:27
66acc6f
Compare
Choose a tag to compare

New features:

  • Display a label for the dropdown in-line.

v1.2.0

27 Feb 07:01
912334b
Compare
Choose a tag to compare

New features:

  • Listen for events to signal when an option has been selected or deselected.

v1.1.0

11 Mar 02:16
d5ba6c2
Compare
Choose a tag to compare

New features:

  • Append the class filter-multi-select to select elements and have the plugin be applied automatically.
  • Or define your own selector in $.fn.filterMultiSelect.selector.
  • Access all element groups applied by the plugin in $.fn.filterMultiSelect.applied.

v1.0.0

11 Mar 02:05
893bd19
Compare
Choose a tag to compare
link jsfiddle