I’m having some trouble with jQuery and IE. I’ve narrowed it down to this:
jQuery("#missionDashboardRoleFilter").live("change", function(){
alert("called");
});
<select id="missionDashboardRoleFilter">
...
This is working fine in Firefox, Chrome, Opera… but (obviously) not in IE6.
I’m not sure what to do… any idea?
On jQuery’s live event page (http://docs.jquery.com/Events/live), it is said: