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 comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed February 18, 2011 01:46PM UTC by comment:5
component: | unfiled → manipulation |
---|---|
milestone: | 1.6 |
priority: | undecided → low |
resolution: | duplicate |
status: | closed → reopened |
Changed February 18, 2011 01:46PM UTC by comment:6
resolution: | → duplicate |
---|---|
status: | reopened → closed |
This is the most frequently duplicated bug.. EVER.