CK Editor validates second time
I have two CKEditors in my HTML (I mean to say multiple ckeditors). Also I am using Validate plugin for checking if CKEditor is empty,if empty show error. Validation works perfectly, but it validates second time, whereas it should validate first time itself. I have checked all the questions and answers here, but none helped. I created a JS Fiddle . Code for validate : HTML <form action="" method="post" id="frmEditor"> <p> <label for="editor1"> Editor 1: </label> <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"></textarea> </p> <p> </p> <p> <label for="editor1"> Editor