IE6/IE7 javascript JSON hint missing identifier, string, or numeric problem handling _javascript Tips

Source: Internet
Author: User
Tags numeric

Yesterday, when using the jquery Ui datapicker to display the Check-in calendar feature, there was a JS problem, in IE8/IE9 and FF, Chrome under the show Normal,

However, there is a problem in the IE6/IE7 and IE8 compatibility View, prompting "there is an error on the page", and further viewing the error message "Missing identifier, string, or number" is displayed.

Initially thought to be the result of a mismatch between the jquery and jquery UI versions, and later tried other supported versions,

And then your own JS code paragraph by section mode, after spending two hours after the discovery is finally by the JSON last key value added comma caused the problem.

Check on the Internet, and found that a lot of people have encountered this problem. Be careful in the future.

Copy Code code as follows:

var obj = {
' Name ': ' Qqyumidi ',
' Gender ': ' Male '//here can't add,!!
}
alert (obj.name);

is really the evil ie6/ie7, when can farewell specially for IE do hack day ... Can't help but spit out Microsoft

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.