Skip to main content

Bug Tracker

Side navigation

Ticket #7020: test.html


File test.html, 0.4 KB (added by propeng, September 09, 2010 08:45PM UTC)

Example

<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
setTimeout("$('#test')[0].contentWindow.document.designMode = 'on';", 300);
</script>
</head>
<body>

<iframe id="test"></iframe>
<p>
<button onclick="$('#test').wrap('<center>');">wrap("&lt;center&gt;")</button>
<button onclick="$('#test').unwrap();">unwrap()</button>
</p>

</body>
</html>

Download in other formats:

Original Format