I have a Time Textbox with a mask. Mask is shown in textbox as 00:00
So user types in digits over the mask.
Now customer says he does not want to type in letter from left to right. He wants to type from right to left.
Similar to what we have in calculator.
Now I tried changing the textbox's righttoleft property but that does not help my cause.
Can anyone help me out in achieving this functionality using jquery