$("select").change( function() { location.href = $(this).children("option:selected").attr("value"); } );