天天看点

jquery 把光标移到文本的后面

var str=$("#proclaim").val()
        $("#proclaim").val("").focus().val(str);
           

就这样就可以把了!