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