I have a problem and I can not remove the click to open the text box, I want to leave the text box always open and mandatory, how do I do this?
I think the code is this:
html += '<div class="qstxt">
<span onclick="$(\'#startMatter\').toggle();"
title="Add a description of the question" class="q_editor jcmr-small"
style="visibility:visible;margin-left:0;">Add a description of the question »
</span>
<textarea class="glotxtclass jcmr-hide " id="startMatter" style="margin-top:10px;"
onfocus="$.focus(this,\'\',$.Q.replenish(this));"
name="question_detail" title="Additional issue Information...">
</textarea>
</div>';