$(function(){ blogPath = $('#comment a').attr('href'); if(blogPath.match("category")){ var blogUrlChange = $('#comment a').attr('href').replace(/(\D+)(\d+)/, 'http://blog.livedoor.jp/okubostreet/archives/cat_$2.html'); $('#comment a').attr('href', blogUrlChange); }; });