29

Сделать выделенным первый пункт списка

$('select[@name=loadFileName] option:first').attr('selected', 'yes');
-----------