#11331 closed bug (duplicate)
Tag title have problem in IE8
Reported by: | 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>
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please don't spam the tracker with multiple identical tickets.