yasukawa
2011年05月29日 00:00
$(function($){ $('#listPgerBox').each(function(){ var txt = $(this).html(); txt = txt.replace(/^(%u3000|%20|%09)+| /g,''); $(this).html(txt); }); });