Hi,
I have been using this $("#SomeId").mask("99"); jquery mask for text box where I want to enter only two digit numbers, but i do not know which mask to put in order to enable entering only one digit number and two digit. From 0-99
with mask above I cannot enter one digit number, the text box become blank when it lose focus.
Can anyone help thanks a lot.