Here is jquery code.
$( '#textarea_introduce' ).resizable( {
helper : 'ui-state-highlight',
handles : 'se'
} );
and markup is
<div id="box_formIntroduce">
<label for="textarea_introduce" id="label_introduce">
<fmt:message bundle="${ resourceMessage }" key="label_introduce" />
</label>
<textarea name="introduce" id="textarea_introduce" cols="20" rows="5">
${ resource.beforeValueMap.introduce }
</c:if>
</textarea>
</div>
It is not working.
I cannot found any fault…
What is wrong with that?
Test environment: Chrome
The I used some of your code and the following works in chrome and ie8