$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "南港區:多雲。降雨機率20%。27至28度"; $(this).html(info_str); }); });