$("#article_1").change(function(){ var checkValue=$("#article_1").val(); window.location.href="index.php?Id="+checkValue; });