How can I change the color of a Bootstrap progress bar without losing the text? I have seen this answer:
$('#pb').css({
'background-image': 'none',
'background-color': 'red'
});
It works, but I lose any text in the progress bar.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…