I have a text area in which i want to increase height of it according to lines which will be added by user.
i have tried these:
$("#chatroom").css({
'max-height': 'auto',
'height': 32',
'width': auto',
'overflow': 'auto',
'margin-bottom': 11,
});