Side navigation
#11320 closed bug (duplicate)
Opened February 10, 2012 04:29PM UTC
Closed February 10, 2012 04:31PM UTC
Last modified February 10, 2012 04:31PM UTC
$('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.
document.title