If I have the following markup:
<p class="header hours">
<a href="javascript:void(0)" class="sort" sortcat="hours">
Hours <span class="imgholder" sortcat="hours"> </span>
</a>
</p>
How can I target the <span> tag within the anchor tag? There are five other similar <p> tag entries, each with a different value for sortcat=
1 Answer