Opened 15 years ago
Closed 15 years ago
#1816 closed bug (worksforme)
On Safari $(document.body).text() does not work
Reported by: | Calvin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | safari text() | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
On Safari Windows version (3.0.3)
$(document.body).text(), $('body').text() does return anything.
I do not know about Mac Safari.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | jquery_test.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I just tried this with Safari 3.0.4 Win (with the attached test case) and it works for me. I'm not sure if you can even get 3.0.3 anymore. If someone feels there is still a problem please reopen the bug with an explaination and upgraded test case if necessary.
Note: See
TracTickets for help on using
tickets.
test case (built based on description)