$.parser.parse($('#xxx')); 渲染样式与冲突


$("input[id^='Sensor_Name_" + iNo + "']").attr('value', Sensor_Nam_ + i);//easyui与渲染效果冲突,取jquery赋值
$("input[id^='Sensor_Unit_" + iNo + "']").attr('value', Sensor_Unit);//easyui与渲染效果冲突,取jquery赋值
$("#Sensor_Name_" + iNo + "").textbox("setValue", Sensor_Nam_ + i);//easyui赋值
$("#Sensor_Unit_" + iNo + "").textbox("setValue", Sensor_Unit);//easyui赋值
            $("#Sensor_Type_" + iNo + "").combobox({
                onLoadSuccess: function () {
                    $(this).combobox("setValue", Sensor_Type);
                }
            });//easyui赋值for循环对象赋值

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM