jQuery Splitter:像素安装百分比

时间:2019-06-01 04:37:19

标签: javascript jquery pixel percentage splitter

目前,我正在使用以下脚本: https://github.com/mostafacs/jquery.splitter

默认设置为:

$('#foo').split({
    orientation: 'horizontal',
    limit: 10,
    position: '50%' // if there is no percentage it interpret it as pixels
});

»10«是像素。我希望有30%而不是10个像素。怎么可能改变呢?

谢谢,爱

0 个答案:

没有答案