jQuery validation does not validate my textarea element-Twitter bootstrap
I am currently using jQuery validation to validate my fields. I've two fields, named "comments" & "account name". Both fields have the same rule method where required is true. When I click the "save" button, only the account name was…