jquery show()/hide() problem in Internet Explorer?

前端 未结 3 1475
有刺的猬
有刺的猬 2020-12-20 16:37

The following html code works in Firefox, but for some reason fails in IE (Label2 is not shown). Is that a bug or I miss something?

Any help would be appreciated.

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 17:28

    Change the .change event to .click event. the result in both browser is the same. in IE when you click the checkbox, blur didn't occur.

提交回复
热议问题