Modify ↓
Ticket #4480 (closed bug: worksforme)
.ready doesn't work if placed after iframe
| Reported by: | bjohns | Owned by: | brandon |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.1 |
| Component: | event | Version: | 1.3.1 |
| Keywords: | iframe, ready | Cc: | |
| Blocking: | Blocked by: |
Description
$().ready() doesn't work if declared after an iFrame.
ex. <html><head/><body> <iframe src=" http://google.com"/> <script type="text/javascript" src="js/jquery.js"></script> <script> $().ready(function() { alert('ready'); }); </script>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

http://jsfiddle.net/dmethvin/tczRv/