#7825 closed feature (duplicate)
Change page title bug in IE
Reported by: | 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
Change History (7)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.6 |
Priority: | undecided → low |
Resolution: | duplicate |
Status: | closed → reopened |
comment:6 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
This is the most frequently duplicated bug.. EVER.