Comma separated step for float number input – Jquery
I want to comma seperated value for my input box. For Example 2100000.90 will be 2,100,000.90. What I achieved is 2100000.90 to 2,100,000 from some Solution in Stack overflow <div class="input"> <label for="salary">Salary</label> <input class='inp_cont' id="salary" name="salary" placeholder="Enter your salary"…