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>
Please don't spam the tracker with multiple identical tickets.