Good morning everyone \ afternoon \ evening \ night.
How to tie a JscrollPane
to a textarea
, so that the scroll
itself is located outside the textarea
?
CSS:
#chat { width: 325px; height: 260px;}
Js:
$(function(){ $('#chat').jScrollPane(); });