Side navigation
#4686 closed bug (duplicate)
Opened May 26, 2009 05:36PM UTC
Closed May 28, 2009 03:44AM UTC
jquery 1.3.2 append(' ', ' ') crashes ie6, ie7
Reported by: | huftlb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | ie6 ie7 | Cc: | |
Blocked by: | Blocking: |
Description
the following snippet crashes ie6 and 7, throws a js error in ie8:
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function() {
$('body').append('b', 'e');
});
</script>
</body>
</html>
Attachments (0)
Change History (1)
Changed May 28, 2009 03:44AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #4011