nowrap:false

初始化panel

$('#txtLeftPercent').panel({
title: '剩余权重:' + percent,
height: 10,
width: 180,
});
$('#txtLeftPercent').panel('open');  //强制打开

 

$('#txtLeftPercent').panel({ closed: true });//关闭panel

 

$('#txtLeftPercent').panel('close');  //强制关闭,不会再打开了 

相关文章: