I have the following HTML:
A B C
volvo bmw fiat var make = "fiat"; $("#cars option[value='" + make + "']").attr("selected","selected");