I have 1 model as follows:
Product:
public int id
public int price
in my view i want use jquery auto format thousand separator for text box price when user input price ( i want format immediately when user input)
example: when user input
123 -> 123
4567 -> 4,567
45678 -> 45,678
456 -> 456
sorry my english not good thanks so much!