[Plugin: Dropdown Menus] Integrating Chosen (Jquery Plugin)
-
HI!
Would like to start with saying this is a great plugin. Although I have found something that would make it even more great!
http://ww.wp.xz.cn/extend/plugins/chosen/
The challenge today is that I am using this plugin on a site with about 200 subpages, which makes for a pretty horrific select-menu. With the Chosen plugin you could make it way more usable.
So my question is, how would I implement this? I tried going in to the plugins/dropdown-menus/dropdown-menus.php and added “classchzn-select” ass a class on row 95
[ $args[ ‘items_wrap’ ] = ‘<select id=”%1$s” class=”%2$s ‘ . apply_filters( ‘dropdown_menus_class’, ‘dropdown-menu’ ) . ‘ classchzn-select’ .'”>%3$s</select>’; ]
(works fine with Contact7). Although this didn’t work.
Anyone have any Ideas??
The topic ‘[Plugin: Dropdown Menus] Integrating Chosen (Jquery Plugin)’ is closed to new replies.