目前,我正在使用以下脚本: 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个像素。怎么可能改变呢?
谢谢,爱