jquery easyui panel title文字格式设置
$('#txtLeftPercent').panel({
title: '剩余权重:' + '<b style="color:red">' + 100 + '%</b>',
height: 10,
width: 100
});
直接写入html标签类
每天进步一点点
$('#txtLeftPercent').panel({
title: '剩余权重:' + '<b style="color:red">' + 100 + '%</b>',
height: 10,
width: 100
});
直接写入html标签类