javascript ( ):
$(document).ready(function() {
$("input:text").focus(focustext);
});
function focustext() {
var input = this;
setTimeout(function () {
input.selectionStart = 0;
input.selectionEnd = input.val().length;
},100);
}
. = , , .
iOS6 iOS7, Chrome IE Windows 7. IE .