jQuery selectmenu wordpress

后端 未结 2 849
情歌与酒
情歌与酒 2021-01-24 04:30

I am moving a site from normal php to wordpress and currently they use jquery-selectmenu plugin for their select menus.

I have tried to enqueu the script in wordpress he

相关标签:
2条回答
  • 2021-01-24 04:59

    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

    0 讨论(0)
  • 2021-01-24 05:00

    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/

    0 讨论(0)
提交回复
热议问题