how to change select options with first option selected using jquery code example
Example: jquery change selected option to first
$('#agregador-de-servicios')[0].selectedIndex = 0;
$('#agregador-de-servicios')[0].selectedIndex = 0;