$(document).ready (function() {
    $('#question').autogrow({
        maxHeight: 300,
        minHeight: 32,
        lineHeight: 16
    });
});

