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