twitter bootstrap - Boostrap 3: Validate wysihtml5 editor for text area -
am using bootstrap validator validating form. in added wysiwyg editor textarea field (https://github.com/waxolunist/bootstrap3-wysihtml5-bower).
i need validate textarea required field. can value of textarea using $('.textarea').val();
code:
is there other validation can perform on wysiwyg editor?
i used
ignore: ":hidden:not(textarea)", and it's working, add required class textarea.
Comments
Post a Comment