使用 ExtJS,
new Ext.slider.MultiSlider({
renderTo: 'multi-slider-horizontal',
width : 214,
minValue: 0,
maxValue: 100,
values : [10, 50, 90],
plugins : new Ext.slider.Tip()
});
现在这将显示滑块,但我的要求是在关闭 css 时使其工作?试图使其符合第 508 条。