3
I have a problem and I can’t remove the click to open the text box, I want to leave the text box always open and mandatory, how 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>';
I can’t fit that into the code, how would it be complete ? to make the substitution ?
– João Ribeiro
At least try to do, don’t expect others to do your job
– Daniel Omine