Skip to content

Releases: fungus007/InterActiveMultiSelect

v1.0.0 - jQuery InterActiveMultiSelect Dropdown Plugin

25 Dec 19:34

Choose a tag to compare

Initial Release

A lightweight jQuery multiselect dropdown plugin with full customization support.

Features:

• Checkbox mode (multiple selection)
• Radio button mode (single selection)
• Option groups (optgroup) support
• Search/filter functionality
• Select All / Clear buttons
• Selected items as removable tags
• Keyboard navigation (Arrow keys, Enter, Esc)
• ARIA accessibility support
• Bootstrap 4/5 compatible
• Bootstrap modal compatible
• ASP.NET MVC form compatible
• Fully customizable via CSS variables

File Sizes:

• JS: ~8kb minified
• CSS: ~4kb minified

Installation:

<script src="js/InterActiveMultiSelect.min.js"></script>

Usage:

$('#mySelect').interActiveMultiSelect({
mode: 'checkbox',
placeholder: 'Select Items',
search: true
});