Skip to content

Commit ea25fe1

Browse files
mlynchjzaefferer
authored andcommitted
Fixed TinyMCE Demo and added link on demo page. Fixes jquery-validation#382
1 parent dfbf95b commit ea25fe1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ <h3>Syntetic examples</h3>
204204
<li><a href="custom-methods-demo.html">Custom methods and message display.</a></li>
205205
<li><a href="dynamic-totals.html">Dynamic forms</a></li>
206206
<li><a href="themerollered.html">Forms styled with jQuery UI Themeroller</a></li>
207+
<li><a href="tinymce/">TinyMCE Demo</a></li>
207208
</ul>
208209
<h3>Real-world examples</h3>
209210
<ul>

demo/tinymce/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// update underlying textarea before submit validation
2222
tinyMCE.triggerSave();
2323
}).validate({
24+
ignore: "",
2425
rules: {
2526
title: "required",
2627
content: "required"

0 commit comments

Comments
 (0)