I have a dynamic table with input fields with type = number, I want the jquery
to format all the input on page load with type = numbers
to number format (1,000,000) for 3 value place then it will add a comma.
I have tried using number.js and google visualization and jquery number format but I cant find the one that is working properly. I want the simplest way to do it.
The document should load with the inputs type numbers formatted, I tried so many codes but none is working :((
i also tried this one 1