$(function(){ $('a').each(function(){ var item = $(this); if (item.attr('href') !== undefined) { if (item.attr('href').match('item.taobao.com')) { item.attr('href', '/goto/tkurl.htm?url='+escape(item.attr('href'))); } } }); });