Side navigation
#7339 closed bug (duplicate)
Opened October 28, 2010 04:44AM UTC
Closed February 18, 2011 01:43PM UTC
Last modified March 14, 2012 12:52AM UTC
Change title page
Reported by: | andreyazia@mail.ru | 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
Attachments (0)
Change History (6)
Changed October 28, 2010 07:56AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed October 28, 2010 08:05AM UTC by comment:2
Replying to [comment:1 snover]:
Use document.title
.
Ok, I did as you said. But I wonder if JQuery is able to work with title, or not.
Changed February 18, 2011 01:43PM UTC by comment:4
component: | unfiled → manipulation |
---|---|
milestone: | 1.5 |
priority: | undecided → low |
resolution: | wontfix |
status: | closed → reopened |
Changed February 18, 2011 01:43PM UTC by comment:5
resolution: | → duplicate |
---|---|
status: | reopened → closed |
Use
document.title
.