JQuery ''row 4954 error: This attribute or method'' is not supported.

Source: Internet
Author: User
Tags html header

Solution (from here ):

4954 rows found in the jQuery-1.4.2.js,
Return new window. XMLHttpRequest ();
Change
Copy codeThe Code is as follows:
If (! $. Browser. msie ){
Return new window. XMLHttpRequest ();
} Else {
Return new window. ActiveXObject ("Microsoft. XMLHTTP ");
}

Over.

This is probably because IE7/8 has some problems with XMLHttpRequest support. If the server fails to correctly send the charset HTTP Header, however, after the page is loaded, the charset can be determined by parsing the HTML Header. Therefore, the second loading of the page is normal.
So let them use ActiveXObject.

Http://www.yiiframework.com/forum/index.php? /Topic/9739-auto-complete-ajax-problems-in-ie-with-jquery-142/

Related Article

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.