#11320 closed bug (duplicate)
$('title').text('zob') on IE8 raises an exception
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Dont remember the exception string... but kind of "Cannot access this property or method". Problematic because $('title').text() returns the title without complain. Replacing by document.title = "zob"; works. But the natural $('title').text() should do the job or maybe fail silently, but not let the browser raise an exception.
Note: See
TracTickets for help on using
tickets.
document.title