$(function() { $('span#aqi_recent_value').html('Good'); $('span#aqi_recent_value').css('color','black'); $('span#aqi_recent_value').css('background-color', '#00E400'); $('span#aqi_recent_date').html('Thu, 09 May 2024 01:15:03 EST'); });