By value, what worked for me with jQuery 1.7 was this:
$('#id option[value=theOptionValue]').prop('selected', 'selected').change();
By value, what worked for me with jQuery 1.7 was this:
$('#id option[value=theOptionValue]').prop('selected', 'selected').change();