• Resolved konsument

    (@konsument)


    Hey,
    when using jqueryui selectmenu the dropdown conditions hide/show doesnt work anymore.
    Could someone pls help?

    • This topic was modified 7 years, 2 months ago by konsument.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter konsument

    (@konsument)

    my solution:

    $( "select#mydropdown" ).selectmenu({
    select: function( event, ui ) {
    var showContainer = $(this).val();
    $('.wpcf7cf-hidden').hide();
    $('#groupid-' + showContainer).show();
    }
    });
    Plugin Author Jules Colle

    (@jules-colle)

    Good to hear! And thank you for your help in the other topic ?? Feel free to leave a review if you like the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQueryUI selectmenu – how to?’ is closed to new replies.