Sure it is possible with css and jquery
CSS:
resize: vertical;
resize: horizontal;
jQuery
$('textarea').css("resize", "vertical");
$('textarea').css("resize", "horizontal");
Bootstrap
just put the class in Textarea
for the vertical resize: vresize
for the horizontal resize: hresize