jQuery selectmenu wordpress

蹲街弑〆低调 提交于 2019-12-02 09:28:10

After doing some more research I found that the existing library is not currently kept up to date and not playing well with jQuery.

From now on refer to this one jQuery.ui.selectmenu.js

I know this is an old question but adding this as it appears high up in Google and may help others.

Most of the jQuery UI components are included with WordPress but are not enqueued by default, you need to enqueue them with this.

    wp_enqueue_script( 'jquery-ui-selectmenu' );

There's a helpful list of the included components and the enqueue string at http://jafty.com/blog/tag/how-to-use-jquery-ui-in-wordpress/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!