$(document).ready(function(){
	$("input[@type='submit']").click(
		function(){
			this.value="Opdracht wordt verwerkt...";
		}
	);
});
