Opened 11 years ago
Closed 11 years ago
#11032 closed bug (invalid)
$('#iframeId').attr('contentDocument') don’t work
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Note: See
TracTickets for help on using
tickets.
You want
.prop()
since contentDocument is not an *attribute*.