摘要:
combobox组件一、禁用combobox里面的输入框$("选择器").combo('textbox').attr("readonly", "readonly");$('选择器').combobox({ editable:false , panelheight:300});二、禁用 $('选择器').combobox('disable');三、获取选项文本和值$("选择器").combobox("getText")//获取选项文本 阅读全文
posted @ 2013-11-22 00:01
jewely
阅读(15433)
评论(0)
推荐(1)
浙公网安备 33010602011771号