I have a page with several inputs all of type text and with different names and different IDs.
In all of them there is the numeric value with a dot separating the decimals (10.00) and I would like to change that point by a comma (10.00) using JQuery.
So when the page was finished loading the values of the inputs would automatically change the point per comma.
Would anyone know how to write the function?
Thanks in advance.