Skip to main content

Bug Tracker

Side navigation

#11331 closed bug (duplicate)

Opened February 12, 2012 12:45PM UTC

Closed February 12, 2012 01:30PM UTC

Last modified February 12, 2012 01:30PM UTC

Tag title have problem in IE8

Reported by: shinigam8@yahoo.com.br Owned by:
Priority: low Milestone: None
Component: misc Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

this code not run in IE8, but in Mozilla Firefox 9 and Google Chrome 17 it run.

<html>
<head>
<title>TESTE</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("button").click(function(){
    alert($("title").text());
    $("title").html("W3Schools");
    alert($("title").text());
  });
});
</script>
</head>
<body>
<h2>This is a heading</h2>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<button>Click me</button>
</body>
</html>
Attachments (0)
Change History (2)

Changed February 12, 2012 01:30PM UTC by sindresorhus comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → duplicate
status: newclosed

Please don't spam the tracker with multiple identical tickets.

Changed February 12, 2012 01:30PM UTC by sindresorhus comment:2

Duplicate of #11333.