Hi Kyle,

seems as if IE does not fire the click-event on a option-element.

have you tried
$('#chairHours').bind('change', function () {
 alert('yo');
});

-- Marc

Kyle schrieb:
Hi,

I am having trouble getting events to trigger on a select/option box
in IE.

Let me preface the link with a disclaimer: I don't plan on using the
jquery header/footer, I just wanted a temp fix.
http://epistemicdev.info/studgov/
The problem is located when you click on the "Office Hours" tab on the
right hand side. Upon clicking an option in the second select ("view a
chair's hours"), it should alert the user "yo". This was an ajax load
call to load the hours, but I've sinced replaced it with this alert
simply to minimize the places where the error could be.

In FF, yo is alerted. However, in IE it is not. I've worked on this
for hours and to no avail. I am pulling my hair out here. Please help!

Thank you,

Kyle


Reply via email to