If I use the following selector I get no results
$(".itemSearchModule .cmsItemList[rel='myRelValue']")
for the following html snippet
<div class="itemSearchModule">
<ul class="cmsItemList" rel="myRelValue">
<li>something</li>
</ul>
</div>
MISTAKE I was using firebug to debug the code and it seems that using that code in firebugs watch window is what is causing it to break