$('#select1').change(function(){ window.val_1 = $(this).val(); }); ... function call() { var val_2=window.val_1; }