Trying to run following validation code but jquery.validate.js fails. Did anyone experianced this? I'm using jquery 1.7.2. on Firefox 12.0. After further investigation of the problem I learned that the problem arises only when there are tinymce elements in the form.
<script>
$(document).ready(function() {
$('#simple_form').validate();
});
</script>
Here's the error.
classes.split is not a function
classes && $.each(classes.split(' '), function() {