Skip to main content

Bug Tracker

Side navigation

#7825 closed feature (duplicate)

Opened December 22, 2010 03:52AM UTC

Closed February 18, 2011 01:46PM UTC

Last modified March 14, 2012 02:18AM UTC

Change page title bug in IE

Reported by: liaosankai@gmail.com Owned by:
Priority: low Milestone:
Component: manipulation Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description
$(document).ready(function(){
    $('title').text('new title');
});

It's working every broswer except IE.

$(document).ready(function(){
    $(document).attr('title','new title');
});

It's working in all broswer.

But I think jQuery should be smart to get/set the title when I use the " $('title').text('new title');" in IE. Because title should be tag not attribute of page

Attachments (0)
Change History (7)

Changed December 22, 2010 04:02AM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

This is the most frequently duplicated bug.. EVER.

Changed December 22, 2010 04:02AM UTC by rwaldron comment:2

Duplicate of #7339.

Changed December 22, 2010 04:04AM UTC by rwaldron comment:3

Changed December 22, 2010 04:06AM UTC by rwaldron comment:4

Changed February 18, 2011 01:46PM UTC by jitter comment:5

component: unfiledmanipulation
milestone: 1.6
priority: undecidedlow
resolution: duplicate
status: closedreopened

Changed February 18, 2011 01:46PM UTC by jitter comment:6

resolution: → duplicate
status: reopenedclosed

Changed February 18, 2011 01:46PM UTC by jitter comment:7

Duplicate of #2755.