On my HTML page, I have two select options.
To format one of the select options using JQuery, I used the following code:
$('select').wSelect();
However, this formatting is also being applied to the other select option.
I do not want the JQuery formatting to be applied on the second select option.
Is there a way to prevent this from happening?