Skip to main content

Bug Tracker

Side navigation

Ticket #4393: abbr-test.html


File abbr-test.html, 0.5 KB (added by kipthegreat, March 20, 2009 03:02PM UTC)

demostrates IE6 error processing $("abbr").html()

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
  $("abbr").html("HELLO WORLD");
});
</script>
</head>
<body>
<p>This is a test, <abbr>OK?</abbr></p>
</body>
</html>

Download in other formats:

Original Format