Unable to get TinyMCE working with jQuery Unobtrusive Validation
问题 I've got a form that's using unobtrusive validation and works as expected for all of my fields but once I added TinyMCE (or any other WYSIWYG editor) the textarea it uses gets hidden and is preventing the field from being included in client-side validation. Is there a way I could hook into the validation to include this hidden field, or maybe a different way to hide the textarea so it gets validated before the post back? 回答1: I had the same issue this week. Ended up solving it with this: //