I have a <select> in my JSP page, I am populating it dynamically. I have stored the <select> in a javascript variable selectObj using JQuery.
selectObj = $("mySelectId");
How can I access the options? I want to change each option's background color.