阅读背景:

select标签重复选中相同内容触发onChage事件_Leisurelyc的博客

来源:互联网 
$("#select").change(function(){
            //doSomething such as alert(1)
            alert(1);
            $(this).blur();
        }).focus(function(){
            $(this)[0].selectedIndex = -1;
        });$("#select").change(function(){
            //d



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: