1

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?

4

1 回答 1

2

Jquery支持Opera 12.1x

我试过这个小提琴,跑步时我没有遇到任何问题。

$(function(){            
    $('select').selectmenu();
});   
于 2015-07-01T16:48:02.200 回答