$(document).ready(function(){
	$("button.usuwanie").click(function(){
		return window.confirm("Czy napewno chczesz usunąc ?");
	});
});
