jQuery(function($){ $(document).ready(function(){ $('p#res_date').each(function(){ $(this).html('※現在の最短の手術可能日は05月07日(火)以降です(04月27日現在)'); }); }); });