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(
In Chrome version 49
you need always this code
$("select option:first").prop('selected', true)