jQuery(document).ready(function(){ jQuery("#selectIdioma").change(function(){ document.location.href="canviar_idioma.php?idi="+jQuery(this).attr("value"); }); });