Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
That string inside quotes is called the selector. To use multiple selectors you list both using a comma:
$("td.label:has(label.fieldLabel b:contains(PO TOTAL)),
td.label:has(label.fieldLabel b:contains(PO Currency)")
").next("td").wrapInner("<b></b>");
BernardLucino
8 years agoQrew Trainee
I see.. thank you for your help Dan. You're such a great person.