输入选择的事件更改在IE8中不起作用

时间:2015-09-29 09:16:22

标签: internet-explorer-8 prototypejs

我在输入选择上遇到事件更改的问题。此代码在FF和IE9-11中有效,但在IE8事件中未触发:

$('container').on('change', 'select.selectValue', function(event, element){
     console.info(element);
});

我试过使用了观察功能,但它无法正常工作。我正在使用Prototype JS。

谢谢。

0 个答案:

没有答案