Search code examples
jquery-uibrowseroperaopera-presto

Browser compatibility JQuery UI selectmenu


I'm using jQuery UI - v1.11.4 - 2015-03-11.

And it works on Chrome(42.0.2311.135 (64-bit)) and Mozilla(37.0.2), but jQuery selectmenu breaks on Opera 12.16 as it uses old engine called Presto.

Is there any information about compatability with Opera and the ways to get it work?


Solution

  • Jquery supports Opera 12.1x

    I tried this fiddle and I didn't face any issue when running.

    $(function(){            
        $('select').selectmenu();
    });