洪发

Generation

testsWed, 18 Jan 2023

$('.list-group .badge').each(function() { var that = $(this); if (that.text() == 1) { that.addClass('label-warning'); } else if (that.text() == 2) { that.addClass('label-info'); } else if (that.text() == 3) { that.addClass('label-default'); } else if (that.text() == 4) { that.addClass('label-danger'); } else if (that.text() == 5) { that.addClass('label-primary'); } else if (that.text() == 6) { that.addClass('label-success'); } else if (that.text() == 7) { that.addClass('label-primary'); } else if (that.text() == 8) { that.addClass('label-danger'); } else if (that.text() == 9) { that.addClass('label-warning'); }

Questions about programming?Chat with your personal AI assistant