首页
Easyui input 取值跟赋值
var val = $(
"#id").textbox(
'getValue') //取值
$(
"#id").textbox(
'setValue',
'text') //赋值
相关
标签