|
I need script that looks for every instance on a page of numeric value with
decimal places. Then strip the decimal and the two decimal places.
Effectively, I want to truncate every currency value back to whole currency units, removing fractions or cents.
Any ideas how to do it with JQuery?
|