Answer the question
In order to leave comments, you need to log in
Why is the TEXTAREA value not passed when submitting a form via AJAX?
Good day!
The website has a form:
<code lang="javascript">
tinymce.init({
selector: '#textarea';
})
</code>
<form action="" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<!-- ДРУГИЕ ПОЛЯ -->
<b>Описание:</b>
<textarea name="textarea" cols="40" rows="10" class="tinymce" id="textarea"><?=$desc?></textarea>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question