jQuery遍历li下的a标签,添加参数
$('.storeUrl a').each(function(){ var Ahref = $(this).attr('href'); Ahref = Ahref + "?longitude="+longitude + "&latitude=" + latitude; $(this).attr("href",Ahref);});li标签添加cl