Hi,

 

I am not sure why, but when I upgraded from 1.0.1 to 1.0.3, an inline click event isn’t firing in IE 6 or 7. It still works fine in FF.

 

I have a message form in a hidden div that is toggled open by clicking a button. When there is an error with the form, I insert this into the body along with the error messages.

 

<script type="text/_javascript_">

<!--

$(document).ready(function() {

            $("#contact-seller-btn").click();

});

-->

</script>

 

This toggles the div open and worked perfectly until I upgraded.

 

Thanks,
Marshall

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to