I have an element like this (to save space in the menu since they can put up to 255 characters in it): <span class="tool_tip" title="The full title">The ful…</span> While this seems to work: jQuery('span:contains(…)'); this does not: jQuery('span:contains(…)'); I am pretty sure that it would be bad to use the first one because if...
Read more »