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?
Read the doc for live events:
Currently not supported: blur, focus, mouseenter, mouseleave, change, submit.