Monday, 12 August 2013

Select an element with a specific title

Select an element with a specific title

This is the html structure, I want to select the a-tag element with the
title:
<div id="featured-page-9">
<div>
<div>
<h2>
<a href="..." title="Advanced setting">Advanced</a>
</h2>
</div>
</div>
</div>
It's not working with the attribute selector, I made an edit => the title
has two words.

No comments:

Post a Comment