<script type="text/javascript"> $(function(){ $(".xgxxc .price").each(function(){ $(this).html($(this).html().replace("¥","$")); }); }); </script>