Ticket #7339 (closed bug: duplicate)
Change title page
| Reported by: | andreyazia@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | manipulation | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 follow-up: ↓ 2 Changed 3 years ago by snover
- Status changed from new to closed
- Resolution set to wontfix
comment:2 in reply to: ↑ 1 Changed 3 years ago by anonymous
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 2 years ago by jitter
- Priority changed from undecided to low
- Resolution wontfix deleted
- Status changed from closed to reopened
- Component changed from unfiled to manipulation
- Milestone 1.5 deleted
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Use document.title.