OnChange not firing in IE

后端 未结 7 1244
我在风中等你
我在风中等你 2020-12-04 01:40

I wish to fire a Onchange event for all the changes of Form elements within a DIV

Here\'s the snippet




7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 02:09

    Actually, IE, especially IE7/8 doesn't support onchange event very well . I do recommend you use onclick event.

提交回复
热议问题