Opened 13 years ago
Closed 13 years ago
#5184 closed bug (invalid)
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: | [email protected]… | |
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?
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
It's already on the list as an enhancement, but currently working as documented.
Note: See
TracTickets for help on using
tickets.
Read the doc for live events:
Currently not supported: blur, focus, mouseenter, mouseleave, change, submit.