#10709 closed bug (duplicate)
trouble setting title in IE 8 & 7
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('title').text('text'); throws an error in IE7 and IE8. I also tried $('title').html('text'); with no luck. Only thing that worked was document.title = 'text';
Note: See
TracTickets for help on using
tickets.
As it should be. You can also do