function modifyEntName(){
$("#enterpriseName").attr("readonly",false).focus();
//使光标显示在行末
var result=$("#enterpriseName").val();
$("#enterpriseName").val("")
$("#enterpriseName").val(result);
}
标签:fun false val readonly div class function 显示 res
function modifyEntName(){
$("#enterpriseName").attr("readonly",false).focus();
//使光标显示在行末
var result=$("#enterpriseName").val();
$("#enterpriseName").val("")
$("#enterpriseName").val(result);
}
标签:fun false val readonly div class function 显示 res
原文地址:https://www.cnblogs.com/hougebajie/p/8110536.html