var area; $('#select-choice-area').change(function(){ area=$('#select-choice-area').val(); }); console.log(area);