$(document).ready(function() {
	$('#description').maxlength({
		'useInput' : true,
   		'feedback' : '.charsLeft'
	});
});
