#7339 closed bug (duplicate)
Change title page
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | manipulation | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello. We found a small jquery bug in IE. The essence of the bug: trying to change the Tittle on the page ... in all browsers works fine, but IE gives an error
$('title').text('Change Tittle page')
Error information on a Web page
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MRA 5.7 (build 03649); InfoPath.2;. NET CLR 2.0.50727;. NET CLR 3.0.4506.2152;. NET CLR 3.5. 30729) Timestamp: Thu, 28 Oct 2010 04:32:58 UTC
Message: Unexpected call to method or property access. Line: 113 Symbol: 193 Code: 0 URI-code: / jquery-1.4.3.min.js
Change History (6)
comment:1 follow-up: 2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Replying to snover:
Use
document.title
.
Ok, I did as you said. But I wonder if JQuery is able to work with title, or not.
comment:4 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.5 |
Priority: | undecided → low |
Resolution: | wontfix |
Status: | closed → reopened |
comment:5 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Use
document.title
.