IE7 "Missing identifier, string, or number" under general instructions

Source: Internet
Author: User

With jquery Easyui, IE7 The following table does not show that the total hint is missing an identifier, string, or number. But Google,maxthon,firefox,ie10 and so on have no problem.

The reason is that there is a comma at the end of the JSON. IE7 cannot have commas at the end of the JSON, other browsers are optional.

Such as:

function Getquerycondition () {
var query = {
ResourceName: $ ("#ResourceName"). Val (),
Resourcetitle: $ ("#ResourceTitle"). Val (),
};
return query;
}

Put Resourcetitle: $ ("#ResourceTitle"). Val (), after which the comma is removed.

IE7 "Missing identifier, string, or number" under general instructions

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.