jQuery MiniUI
标题:
如何使用onkeyup事件获取comboBox输入的内容
[打印本页]
作者:
muzizhuben
时间:
2013-8-21 17:44:33
标题:
如何使用onkeyup事件获取comboBox输入的内容
如何使用onkeyup事件获取comboBox输入的内容 不是选择的内容的值 是输入的内容 这个内容可能在列表中不存在
作者:
felt
时间:
2013-8-21 19:51:16
onkeyup="onKeyUp"
function onKeyUp(e){
var combo=e.sender;
alert(combo.getValue())
alert(combo.getText())
}
作者:
muzizhuben
时间:
2013-8-23 16:48:23
felt 发表于 2013-8-21 19:51
onkeyup="onKeyUp"
function onKeyUp(e){
var combo=e.sender;
这个获取不到值 已测试过了
作者:
felt
时间:
2013-8-23 19:57:26
[attach]2645[/attach]
<input id="combobox3" class="mini-combobox" style="width:150px;" textField="text" valueField="id" allowInput="true"
url="../data/countrys.txt"
/>
function onKeyUp(e){
var combo=e.sender;
alert(combo.getText())
}
如图,键盘输入可以获取Text.
你用选择选的话是不会触发onkeyup事件的。
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2