toFixed: function(precision) {
            // Apply accounting.toFixed() to matched elements and return for chaining
            return this.each(function() {
                $(this).text(
                    accounting.toFixed($(this).text(), precision)