i have an input text field and want users type it with English keyboard not with Arabic or etc. How can i do that in HTML or Javascript or jquery?
<input type="text" id="username" size="15">
i tested it with lang attribute like this,but it didn't work:
<input type="text" id="username" size="15" lang="en">