I'm guessing here, but this appears to be the documentation for this plug-in:
https://code.google.com/p/jquery-formatcurrency/wiki/Usage
Armed with that, all should have to do is: $( $(this).attr("Dollars") ).formatCurrency();
That does seem like an awfully expensive operation though. Probably better to simply roll your own solution.
Cheers,
Matthew
https://code.google.com/p/jquery-formatcurrency/wiki/Usage
Armed with that, all should have to do is: $( $(this).attr("Dollars") ).formatCurrency();
That does seem like an awfully expensive operation though. Probably better to simply roll your own solution.
Cheers,
Matthew