Skip to content
README.md 787 B
Newer Older
John James Jacoby's avatar
John James Jacoby committed
# WP Chosen

WP Chosen implements the [Chosen jQuery Plugin](http://harvesthq.github.com/chosen/) for WordPress.
John James Jacoby's avatar
John James Jacoby committed

[Chosen](http://harvesthq.github.com/chosen/) makes long, unwieldy select boxes much more user-friendly.

# Installation

* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.

# FAQ

### What dropdowns does this target?

John James Jacoby's avatar
John James Jacoby committed
```
John James Jacoby's avatar
John James Jacoby committed
$( '.wrap .actions:not(.bulkactions) select' ).chosen();
$( '.wrap .form-table select' ).chosen();
$( '#posts-filter .filter-items select' ).chosen();
John James Jacoby's avatar
John James Jacoby committed
```
John James Jacoby's avatar
John James Jacoby committed

### Where can I get support?

The WordPress support forums: https://wordpress.org/plugin/support/wp-chosen/

### Can I contribute?

Yes, please!