首页 > 代码库 > checkbox onchange 事件 ie 下 不能及时触发

checkbox onchange 事件 ie 下 不能及时触发

 if(templatejquery.browser.msie){
                ckb.onpropertychange=function()
                { UpdateEnableState(current_checklist_ID);}
            }else{
                ckb.onchange=function()
             { UpdateEnableState(current_checklist_ID);}
            }