Skip to main content

Bug Tracker

Side navigation

#5184 closed bug (invalid)

Opened September 09, 2009 08:46AM UTC

Closed September 25, 2009 01:09AM UTC

DropDownList - Change not working in IE7

Reported by: achu Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc: akbathey@gmail.com
Blocked by: Blocking:
Description

Hello Developers,

The below code is not working in IE7, but working in Firefox 3.5.2

$("#ddl").live("change", function()

{

alert('DropDownList Changed');

});

Can anyone give a fix for this?

Attachments (0)
Change History (2)

Changed September 09, 2009 11:55AM UTC by pbcomm comment:1

Read the doc for live events:

Currently not supported: blur, focus, mouseenter, mouseleave, change, submit.

Changed September 25, 2009 01:09AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

It's already on the list as an enhancement, but currently working as documented.