I have a form that runs a calculation based on what's entered in another field. This works fine in everything except IE7 which I have to support for this project.
I've run some tests and everything appears to trigger up until the point that the jquery tried to change the state of select field.
I'm using the following line that IE7 is dying on:
$('#selectField').val("someval").change();
Any help is appreciated.