I have tried numerous things and nothing seems to be working.
I am using jQuery and Chosen plugin.
Methods I have tried:
var select = jQuery(
This is more effective than find.
$('select').children('option').first().prop('selected', true) $('select').trigger("chosen:updated");