We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbf95b commit ea25fe1Copy full SHA for ea25fe1
demo/index.html
@@ -204,6 +204,7 @@ <h3>Syntetic examples</h3>
204
<li><a href="custom-methods-demo.html">Custom methods and message display.</a></li>
205
<li><a href="dynamic-totals.html">Dynamic forms</a></li>
206
<li><a href="themerollered.html">Forms styled with jQuery UI Themeroller</a></li>
207
+ <li><a href="tinymce/">TinyMCE Demo</a></li>
208
</ul>
209
<h3>Real-world examples</h3>
210
<ul>
demo/tinymce/index.html
@@ -21,6 +21,7 @@
21
// update underlying textarea before submit validation
22
tinyMCE.triggerSave();
23
}).validate({
24
+ ignore: "",
25
rules: {
26
title: "required",
27
content: "required"
0 commit comments