Question
How to find a word in select text?
if offer is in select text, i want display some message.
How can i find select text contains offer using JS?.
selObj.options[selIndex].text == "%offer%"
How can i find select text contains offer using JS?.
selObj.options[selIndex].text == "%offer%"
