임베디드 | 라즈베리파이 | ARM | 리눅스 | Qt | 딥러닝

	$(document).ready(function() {     
 
		 $( "#foo" ).bind( "click", function() { 
	    	what_company = $('.where_call').val();    //input 값
		    var whatcomp = what_company;  
		    alert(what_company);

		    alert( $( this ).text() );	//버튼 내용값
		});
	});