$(function(){ var str = $('#list_box').html(); str = str.replace(/\[/g,""); str = str.replace(/\]/g," 만원"); $('#list_box').html(str); });