$(document).ready(function(){ $("Select").change(function(event){ var unid = $("#unidadescambio").val(); document.location = unid ; }); });