Please tell me how to change the type of the element c 'input' to 'textarea' with a specific class, but that other 'textarea' or 'input' would not be changed using jQuery.
It was:
<input class="field" id="ex" name="ex" type="text" value=""> It became:
<textarea class="field" id="ex" name="ex" type="text" value="">