How to write a jquery selector to match an element has attribute a or attribute b. It must match three elements below
<
Or generally for mere presence of attribute
$("a[a], a[b]")