How do I select the following element using the JQuery :contains
pseudo class?
<div class='tab'>A & B</div>
I have tried the following all of which do not work.
$('.tab:contains("A & B")')
$('.tab:contains("A & B")')
$('.tab:contains("A \0026 B")')