jQuery MiniUI

标题: 求助:使用combobox的getValue [打印本页]

作者: lich    时间: 2013-3-31 05:22:34     标题: 求助:使用combobox的getValue



<div field="Type" width="100" allowSort="true" renderer="onGenderRenderer" align="center" headerAlign="center">类别
      <input property="editor" class="mini-combobox" style="width:100%;" data="Genders" />
</div>

js:
function onchange_grid(e) {        alert(evalue());
        alert(e.getValue());
}


这里上一个能跳出提示框,而下一个不可以。

请问是因为e不能调用方法还是什么?
新手求助谢谢

作者: niko    时间: 2013-3-31 11:41:53

var combo = e.sender;//获取事件对象激发者
alert(combo.getValue());
作者: lich    时间: 2013-3-31 23:24:42

谢谢你的回答,的确是这样




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2