标签: internet-explorer-8 prototypejs
我在输入选择上遇到事件更改的问题。此代码在FF和IE9-11中有效,但在IE8事件中未触发:
$('container').on('change', 'select.selectValue', function(event, element){ console.info(element); });
我试过使用了观察功能,但它无法正常工作。我正在使用Prototype JS。
谢谢。