$(document).ready(function() {
	$('#bericht').inputlimiter({
		limit: 50,
		boxId: 'limitingtext',
		boxAttach: true
	});
});
/* http://rustyjeans.com/jquery-inputlimiter/ */

/* Dit script houdt bij hoeveel je typt in een input of textarea en telt af tot je bij de limiet bent. */
