其他分享
首页 > 其他分享> > js

js

作者:互联网

目录

等待2秒执行

点击查看代码
setTimeout( function(){
	$('#editForm .easyui-combobox').combobox('readonly',true);
	$('#editForm .easyui-textbox').textbox('readonly',true);
}, 2 * 1000 );

image

标签:easyui,combobox,js,readonly,true,editForm,textbox
来源: https://www.cnblogs.com/jf666/p/16536842.html