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