I am having a similar problem with
Malsup's fine Form Plugin crashing ie8. Chrome seems to be fine so I am assuming safari is ok. Additionally, firefox, ie9 as well as the ie10 preview render fine.
This little bit of code seems to crash ie 8:
<script type="text/javascript">
// wait for the DOM to be loaded
$(document).ready(function() {
// bind 'myForm' and provide a simple callback function
$('#contact_form').ajaxForm(function() {
$('.success').fadeIn('slow');
});
});
</script>
I cannot for the life of me understand the issue. Any help would be greatly appreciated!