SyntaxFix
Write A Post
Hire A Developer
Questions
By value, what worked for me with jQuery 1.7 was the below code, try this:
$('#id option[value=theOptionValue]').prop('selected', 'selected').change();