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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -