Validating TinyMCE using Parsley
问题 I have a form which is part of a multi-step wizard. At one step, the form has one input and one TinyMCE editor. I'm using ParsleyJS for validating the content of each step before going to the next step. I have my wizard step and validation code defined as below: <form class="form-horizontal" id="step1Form"> <div class="form-group"> <label for="name" class="col-sm-3 control-label">Name:</label> <div id="nameDiv" class="col-sm-9"> <input type="text" maxlength="50" class="form-control" id="name"