PHPackages                             gozoro/jquery-multiselect - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gozoro/jquery-multiselect

ActivePlugin[Utility &amp; Helpers](/categories/utility)

gozoro/jquery-multiselect
=========================

A jQuery plugin multiselect with checkboxes.

v1.0.1(2y ago)0131MITJavaScript

Since Apr 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gozoro/jquery-multiselect)[ Packagist](https://packagist.org/packages/gozoro/jquery-multiselect)[ Docs](https://github.com/gozoro/jquery-multiselect)[ RSS](/packages/gozoro-jquery-multiselect/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (1)

jquery-multiselect
==================

[](#jquery-multiselect)

A jQuery plugin multiselect with checkboxes.

Installation
------------

[](#installation)

```
	composer require gozoro/jquery-multiselect

```

Usage
-----

[](#usage)

---

```

		Austria
		Belarus
		Bulgaria
		China
		Finland
		France
		Germany
		Greece
		Italy
		Poland
		Russia
		Spain

		$(document).ready(function()
		{
			$("#countries").multiselect();
		});
	';
```

[![Example](https://raw.githubusercontent.com/gozoro/jquery-multiselect/main/images/multiselect.gif)](https://raw.githubusercontent.com/gozoro/jquery-multiselect/main/images/multiselect.gif)**Using with options**

```

		$(document).ready(function()
		{
			$("#countries").multiselect({selectedText:'Selected countries:', selectedTextMax:4});
		});
	';
```

**Using with Bootstrap 3**

```

		Austria
		Belarus
		Bulgaria
		China
		Finland
		France
		Germany
		Greece
		Italy
		Poland
		Russia
		Spain

		$(document).ready(function()
		{
			$("#countries").multiselect({selectedText:'Selected countries:', selectedTextMax:4, caretClass:'glyphicon glyphicon-menu-down'});
		});
	';
```

[![Example](https://raw.githubusercontent.com/gozoro/jquery-multiselect/main/images/multiselect_with_bootstrap.gif)](https://raw.githubusercontent.com/gozoro/jquery-multiselect/main/images/multiselect_with_bootstrap.gif)**Using with events**

```

		$(document).ready(function()
		{
			$("#countries").multiselect({selectedText:'Selected countries:', caretClass:'glyphicon glyphicon-menu-down'});

			$("#countries").change(function()
			{
				console.log('change');
			});

		});
	';
```

Options
-------

[](#options)

- **selectedTextMax:**The maximum number of items that are output explicitly. Default value: 3.
- **selectedText:**Text to display the number of selected items when the selected items are greater than `selectedTextMax`. Default value: `Selected:`.
- **caretClass:**CSS class for the caret inside the control. Example: `{caretClass:'glyphicon glyphicon-menu-down'}`.

Keybindings
-----------

[](#keybindings)

- `Escape` - close dropdown list.
- `Enter` - Open dropdown list and checked selected item.
- `Arrow Up` - moves selection to up.
- `Arrow Down` - moves selection to down.
- `Tab` - default behavior.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

2

Last Release

787d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a273abe77cdd4c74270a90320efbeb4d4dfb3ceac5b4d505ce2ccafddf1e06e0?d=identicon)[gozoro](/maintainers/gozoro)

---

Top Contributors

[![gozoro](https://avatars.githubusercontent.com/u/13768280?v=4)](https://github.com/gozoro "gozoro (13 commits)")

---

Tags

jquerydropdownmultiselectchecboxes

### Embed Badge

![Health badge](/badges/gozoro-jquery-multiselect/health.svg)

```
[![Health](https://phpackages.com/badges/gozoro-jquery-multiselect/health.svg)](https://phpackages.com/packages/gozoro-jquery-multiselect)
```

###  Alternatives

[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k501.2k3](/packages/snapappointments-bootstrap-select)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k36.0M374](/packages/yajra-laravel-datatables-oracle)[kartik-v/dependent-dropdown

A multi level dependent dropdown JQuery plugin that allows nested dependencies.

1825.2M3](/packages/kartik-v-dependent-dropdown)[kartik-v/yii2-widget-depdrop

Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)

845.2M18](/packages/kartik-v-yii2-widget-depdrop)[kartik-v/yii2-widget-typeahead

Enhanced Yii2 wrapper for the Twitter Typeahead plugin (sub repo split from yii2-widgets).

475.1M9](/packages/kartik-v-yii2-widget-typeahead)[harvesthq/chosen

Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.

405.3M12](/packages/harvesthq-chosen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
