[jQuery] Selecting an option?

[jQuery] Selecting an option?


I'm trying to select an option in a successful callback function using
the following syntax:
$('select#make > option').('#null').attr({ selected: "selected" });
Does anyone here see what's wrong?
Thanks.