forked from stuttter/wp-chosen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
48 lines (31 loc) · 1.15 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=== WP Chosen ===
Contributors: johnjamesjacoby, stuttter
Tags: jquery, select, chosen
Requires at least: 4.3
Tested up to: 4.3
Stable tag: 0.1.0
Make long, unwieldy select boxes much more user-friendly, in WordPress.
== Description ==
WP Chosen plugin 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.
== Screenshots ==
1. Filters
2. Timezones
== 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.
== Frequently Asked Questions ==
= 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/support/plugin/wp-chosen/
= Where can I find documentation? =
http://github.com/stuttter/wp-chosen/
== Changelog ==
= 0.1.0 =
* Initial release