$(document).ready(function(){
	$("#submit-button").click(function(){
	
		$("#check-form").attr("action","/does/" + $("#source").val() + "/follow/" + $("#target").val());	
		
	});
});