标签: c# asp.net
我有一个模型如下:
Product: public int id public int price
在我的视图中我想在用户输入价格时使用jquery自动格式千位分隔符作为文本框价格(我想在用户输入时立即格式化)
example: when user input 123 -> 123 4567 -> 4,567 45678 -> 45,678 456 -> 456