Response title
This is preview!
Contents <a
href="#">Link</a>
Contents <a
href="#">Link</a>
Contents <a
href="#">Link</a>
tag nested inside an <a> tag, which is
invalid too. The browser lets you get away with the, but not the nested <a>
tags.
Turn off all the JavaScript in your page (or make a simple test page with
the same HTML), and look at the DOM in Firebug or any other DOM inspection
tool. You'll see why you're getting surprising results. For example, here's
what Firebug shows for one of your <div> elements:
<div class="itemHolder">
<a>
Item Name
<span class="test">
Contents
© 2013 jQuery Foundation
Sponsored by and others.