I have text button:
<input type="text" class="field" id="something" name="something" placeholder="text" autofocus   />
And i would like to remove android soft keyboard and stay in this field (stay in focus). But i need to do that only for this field not for entire document. Is it possible to do that using jQuery?
 
    