If you know the Index, Value or Text. also if you don\'t have an ID for a direct reference.
This, this and this are all helpful answers.
Example markup
The $('select').val('the_value'); looks the right solution and if you have data table rows then:
$('select').val('the_value');
$row.find('#component').val('All');