Skip to main content

Bug Tracker

Side navigation

Ticket #5619: jquery-1.4a1-test-css.html


File jquery-1.4a1-test-css.html, 0.6 KB (added by stepanvr, December 09, 2009 11:14AM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>jQuery 1.4a1</title>
<script type="text/javascript" src="jquery-1.4a1.js"></script>
<script type="text/javascript">
$(function() {
    var node = (new DOMParser()).parseFromString('<p xmlns="http://www.w3.org/1999/xhtml">test test</p>', 'text/xml');
    node = document.importNode(node.documentElement, true);
    $(node).hide();
    $('#test').append(node);
});
</script>
</head>
<body>
<div id="test"></div>
</body>
</html>

Download in other formats:

Original Format