Response title
This is preview!
<html>
<head>
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
</head>
<body>
<script type='text/javascript'>
$(document).ready(function() {
console.log($("A<div>B</div>C<div>D</div>E"));
});
</script>
</body>
</html>
© 2013 jQuery Foundation
Sponsored by and others.