Side navigation
#5060 closed bug (worksforme)
Opened August 17, 2009 03:04AM UTC
Closed June 13, 2010 04:29PM UTC
document ready in IE 7.0.5730.13
Reported by: | armand | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | document ready $(document).ready internet explorer 7.0.5730.13 IE IE7 | Cc: | |
Blocked by: | Blocking: |
Description
I noticed that $(document).ready() in IE 7.0.5730.13 does not work. I made a simple test program (see below) and it worked in firefox 3.0.13 and IE 8.0.7100.
<head>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script language="javascript">
$(document).ready(alert("yes"));
</script>
</head>
Never mind... This ticket should be closed.