Newer
Older
WP Chosen implements the [Chosen jQuery Plugin](http://harvesthq.github.com/chosen/) for WordPress.
[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?
$( '.wrap .actions:not(.bulkactions) select' ).chosen();
$( '.wrap .form-table select' ).chosen();
$( '#posts-filter .filter-items select' ).chosen();
### Where can I get support?
The WordPress support forums: https://wordpress.org/plugin/support/wp-chosen/
### Can I contribute?
Yes, please!