Options and events added, like:
			type (data return type),
			success (call back to run when success),
			beforeSend (to run just before sending data),
			error (to do something when error occures)
$(document).ready(function (){
	$("#ID").alajax();
});