Skip to main content

Bug Tracker

Side navigation

Ticket #4726: test-4726.html


File test-4726.html, 0.5 KB (added by dmethvin, August 11, 2010 01:21AM UTC)
<!DOCTYPE html> 
<html> 
<head> 
<title></title> 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<style type="text/css">
#outer { border: 8px solid #99F; }
#inner { border: 8px solid #9F9; }
#wrapme { background: #CC0; }
</style>
<script type="text/javascript"> 
$(document).ready(function(){

  $("#wrapme").wrap('<div id="outer"><div id="inner">inner wrapper</div>outer wrapper</div>');

});
</script> 
</head> 
<body> 

<p id="wrapme">I am being wrapped</p>

</body> 
</html>

Download in other formats:

Original Format