In jquery 1.3.2, the following works:
Red Purple
$('#c').val('Red');
shouldn't have (imho) worked in jQuery 1.3 because "Red" isn't the value. "325" is. What does this do:
$('#c').val("325");