Test Case Boilerplate
Fork this way...
HTML
<html>
<head></head>
<body>
<p>In IE7, this script will throw "Exception thrown but not caught" when the query returns an empty object which is passed to .before() and .after().</p>
</body>
</html>
CSS
.hlist dl dl, .hlist ol ol, .hlist ul ul {
display: inline;
}
JavaScript
$( 'ul' ).before( '( ' ).after( ') ' );