IE8 & IE7 onchange event is triggered only after repeated selection

前端 未结 3 797
情深已故
情深已故 2020-12-06 06:40

I have a group of radio with an onchange handler:


<         


        
3条回答
  •  隐瞒了意图╮
    2020-12-06 07:33

    Another option is to have an onchange event as you already have, and add an onclick event which removes focus from the radio button:

    
    

提交回复
热议问题