Opened 13 years ago
Closed 13 years ago
#5060 closed bug (worksforme)
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>
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Never mind... This ticket should be closed.