jquery input 获取焦点后,光标在内容的后面
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.
jQuery(function($) {
var tmp = $("#userName").val();
$("#userName").val("").focus().val(tmp);
});