Bugs generated by Tinymce + jQuery. Validation

Source: Internet
Author: User
In IE6, when the page has the advanced mode Tinymce editor, and jquery. validation uses jquery. the following problems may occur during metadata. the error location is in jquery. metadata. about 92 lines of js:

Else if (elem. getAttribute! = Undefined) {// This Line reports the error var attr = elem. getAttribute (settings. name); if (attr) data = attr ;}

The strange thing is that elem is a textarea object, but there is no getAttribute method.
Solution: You have successfully modified the code to the following:

Else {data = $ (elem). attr (settings. name );}

IE6 + Tinymce3.3 + jQuery. validation + jQuery. metadata
There is no problem with Firefox, and there is no problem with the simple theme in the Tinymce editor.
It has been a waste of 1 hour to study ..

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.