I have an input that I used with jquery inputmask. It works well, but what I want to do is to place the cursor to the beginning of the input box as the user click on the input box.
Here is my input tag:
<input type="text" class="form-control" name="phone" id="phone" data-mask="999999999?9" />
Please help me out from this problem.
Thank you in advance.