_Eldar_,
найдёт всех и
пристрелит округлит
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$(function() {
$("*").contents().filter(function() {
return 3 == this.nodeType
}).each(function() {
var a = this.data;
this.data = a.replace(/\d+\.\d+/g, function(a) {
return (+a).toFixed(3)
})
})
});
</script>
</head>
<body>
<table id="msgFlash"><tr><td>Число</td><td>129.36363636364</td><td>3.3643534564</td><td >56.818181818182</td></tr></table>
всякая фигня 123.456789
</body>
</html>