When you add a For loop statement for JavaScript in a SharePoint custom list page, the page will not open.

Source: Internet
Author: User
Tags cdata

A custom new page for a normal list of SharePoint 2013, where I added a few lines of JavaScript code and the page won't open. :

Really a word, Friendship Page said can not open ah. Then slowly compared to the discovery because there is a for loop in JavaScript, when the for loop is removed, the page can open normally, and when the for loop is added, the page will not open.

Reason: The list of custom pages is generally XSL format, for may be in the inside is a more special keyword, so it makes parsing difficult.

Workaround:

1. You can use the each method of jquery instead of a for loop

2. Add <! outside the For loop [cdata[...] > tags. Like <!. [Cdata[for (var i = 0; i <; i++) {//to Do}]]> this is escaped when parsing.

When you add a For loop statement for JavaScript in a SharePoint custom list page, the page will not open.

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.