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
$("td.label:has(label.fieldLabel b:contains(PO TOTAL)),
td.label:has(label.fieldLabel b:contains(PO Currency)")") .next("td") .wrapInner("<b></b>");
I tried using this but it didn't work. Is it because my PO Currency in the form uses an alt text which is just blank?