I have the following html on a page:
<span class="descriptionLink" projectid="14180">
Some text
</span>
<span class="descriptionLink" projectid="14181">
Some text
</span>
<span class="descriptionLink" projectid="14182">
Some text
</span>
<span class="descriptionLink" projectid="14182">
Some text
</span>
and i want to grab the item with projectid = 14182 . What is the right jquery syntax to grab this set of elements?